Skip to content

A small flask application that demonstrates the use of pinecone in retrieval augmented generation, along with GPT-3.5 and Gemini

License

Notifications You must be signed in to change notification settings

bryantanderson/flask-pinecone-RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the flask app, go through the following commands:

cd flask_app python -m venv .venv . .venv/bin/activate pip install -r requirements.txt cd .. gunicorn -w 4 -b 127.0.0.1:5000 flask_app:app

To run streamlit:

cd streamlit_app python -m venv .venv . .venv/bin/activate pip install -r requirements.txt python -m streamlit run app.py

About

A small flask application that demonstrates the use of pinecone in retrieval augmented generation, along with GPT-3.5 and Gemini

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published