Workflow
LLM Based Workflow Manager for Rag , Chat and Varipous Other Workflow creation.
- Docker
- uv
- Quart
- Pydantic-ai
To set up the project locally, follow these steps:
- Clone the repository.
- Navigate to the project directory.
- Ensure you have Docker installed.
- Run the following command to start the application:
docker-compose up
The application uses environment variables defined in the .env
file and configuration files located in the src/configs
directory. Ensure to set the necessary configurations before running the application.
EXPORT QUART_APP=run_app:app
- Initilize Database
quart init-db
- Create New users
quart create-user --username <username> --email <email> --password <password>
- NA
- NA
- NA
set QUART_APP=run_app:app
for windows