Skip to content

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

Notifications You must be signed in to change notification settings

Misash/CRM-ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages