Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 501 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 501 Bytes

CRM ChatBot

Custom knowledge chatbot for CRM data using langchain, openAI llm and Pinecone

requirements

pip >= 22.0.2 & python >= 3.10.12

create and .env with api keys

  OPENAI_API_KEY = "sk-***************"
  PINECONE_API_KEY = "****************"

Install Dependencies

  python3 -m venv .venv
  source .venv/bin/activate
  pip3 install -r requirements.txt

Run locally

    source .venv/bin/activate
    python3 main.py