Clone the repository
Project repo: https://github.com/Dharmin028/DocBuddyconda create -n medibot python=3.10 -yconda activate medibotpip install -r requirements.txtPINECONE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
GEMINI_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"# run the following command to store embeddings to pinecone
python store_index.py# Finally run the following command
python app.pyNow,
open up localhost:- Python
- LangChain
- Flask
- GEMINI
- Pinecone