Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cutupdev/suitable-search-chatbot

This is chatbot that search suitable books using the demand of clients.
https://github.com/cutupdev/suitable-search-chatbot

chatbot langchain openai python rag

Last synced: about 2 months ago
JSON representation

This is chatbot that search suitable books using the demand of clients.

Awesome Lists containing this project

README

        

# 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.