experienced-dev / chatgpt-plugin-fastapi-langchain-chroma

An Example Plugin for ChatGPT, Utilizing FastAPI, LangChain and Chroma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatgpt-plugin-fastapi-langchain-chroma

An Example Plugin for ChatGPT, Utilizing FastAPI, LangChain and Chroma

Blog Post

Video Version

Install the dependencies

pip install -r requirements.txt

Create .env file

python -c "import shutil; shutil.copy('.env.example', '.env')"

Set OPENAI_API_KEY in .env

Create embeddings for the data and persist Chroma

python persist_chroma.py

Start

uvicorn main:app --log-level debug --reload

About

An Example Plugin for ChatGPT, Utilizing FastAPI, LangChain and Chroma

License:GNU Affero General Public License v3.0


Languages

Language:Python 79.8%Language:HTML 20.2%