Skip to content

Custom Chatbot using (RAG) Retrieval-augmented generation, Pinecone and Langchain.

License

Notifications You must be signed in to change notification settings

tjdharani/custom-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-chatbot

Custom Chatbot using (RAG) Retrieval-augmented generation, Pinecone and Langchain.

Given the private files,

  • You can ask questions on those files
  • sentence-transformers/all-MiniLM-L6-v2 will go and perform similarity search and find relevant chunks of data stored in Pinecone vector store
  • Question, relevant chunks of data will then be passed to llm (OpenAI) as a prompt using Langchain
  • llm (OpenAI Model) will give a response
  • That response will be displayed on screen using streamlit.

About

Custom Chatbot using (RAG) Retrieval-augmented generation, Pinecone and Langchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages