Custom knowledge chatbot for CRM data using langchain, openAI llm and Pinecone
pip >= 22.0.2 & python >= 3.10.12
create and .env with api keys
OPENAI_API_KEY = "sk-***************"
PINECONE_API_KEY = "****************"
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
source .venv/bin/activate
python3 main.py