Skip to content

RahulDas-dev/workflow

Repository files navigation

Project Title

Workflow

Description

LLM Based Workflow Manager for Rag , Chat and Varipous Other Workflow creation.

Technologies Used

  • Docker
  • uv
  • Quart
  • Pydantic-ai

Installation

To set up the project locally, follow these steps:

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Ensure you have Docker installed.
  4. Run the following command to start the application:
    docker-compose up

Configuration

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.

cli

EXPORT QUART_APP=run_app:app

  1. Initilize Database quart init-db
  2. Create New users quart create-user --username <username> --email <email> --password <password>

DB Details

  • NA

API Endpoints

  • NA

Services

  • NA

Development Guide

set QUART_APP=run_app:app for windows

About

LLM Based Workflow Manager

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published