#Demo
screen-recording-2024-07-22-at-81938-pm_r3EHUEx1.mp4
Clone the repository
Project repo: https://github.com/conda create -n mchatbot python=3.8 -yconda activate mchatbotpip install -r requirements.txtCreate a .env file in the root directory and add your Pinecone and Hugging Face credentials as follows:
PINECONE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
HUGGINGFACEHUB_API_TOKEN3 = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"Download the quantize model from the link provided in model folder & keep the model in the model directory:
```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