#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 -y
conda activate mchatbot
pip install -r requirements.txt
Create 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.py
Now,
open up localhost:
- Python
- LangChain
- Flask
- Mistral
- Pinecone