Medical chatbot build with Langchain, Gemini, Pinecone
Clone the repository
Project repo: https://github.com/
conda create -n medibot python=3.10 -y
conda activate medibot
pip install -r requirements.txt
PINECONE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
OPENAI_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# run the following command to store embeddings to pinecone
python store_index.py
# Finally run the following command
python app.py
Now,
open up localhost:
- Python
- LangChain
- Flask
- GPT
- Pinecone