An Example Plugin for ChatGPT, Utilizing FastAPI, LangChain and Chroma
pip install -r requirements.txt
python -c "import shutil; shutil.copy('.env.example', '.env')"
python persist_chroma.py
uvicorn main:app --log-level debug --reload
An Example Plugin for ChatGPT, Utilizing FastAPI, LangChain and Chroma
pip install -r requirements.txt
python -c "import shutil; shutil.copy('.env.example', '.env')"
python persist_chroma.py
uvicorn main:app --log-level debug --reload