End-to-end finance chatbot using Meta Llama2
git clone https://github.com/arrshsh/Medical-Chatbot-Llama2.git
cd Medical-Chatbot-Llama2
conda create -n mchatbot python=3.8 -y
conda activate chatbot
pip install -r requirements.txt
Create a .env file in the root directory and add these: PINECONE_API_KEY="your_api_key_here" PINECONE_API_ENV="your_env_here"
Follow this link:
https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/tree/main
python store_index.py
python app.py
- Python
- LangChain
- Flask
- Meta Llama2
- Pinecone