Clone the repository
Project repo: https://github.com/devs6186/medical-chatbot.gitconda create -n mchatbot python=3.10 -yconda activate mchatbotpip install -r requirements.txtPINECONE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
MISTRAL_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
FLASK_SECRET_KEY= "XXXXXXXXXXXXXXXXXXXXXXXXXXXXX"Download the quantize model from the link provided in model folder & keep the model in the model directory:
model_name='sentence-transformers/all-MiniLM-L6-v2'
```bash
# run the following command
python store_index.py
# Finally run the following command
python app.pyNow,
open up localhost:- Python
- LangChain
- Flask
- Mistral
- Pinecone