Create a ChatGPT like experience over your custom docs using LangChain.
See this blog post for a more detailed explanation.
pip install -r requirements.txt
export OPENAI_API_KEY=<your_key_here>
Run: python ingest_data.py
This builds vectorstore.pkl
using OpenAI Embeddings and FAISS.
Custom prompts are used to ground the answers in the state of the union text file.
By running python app.py
from the command line you can easily interact with your ChatGPT over your own data.