Skip to content

Query documents for data and custom knowledge chatbot with langchain

Notifications You must be signed in to change notification settings

tbels89/custom_chatbots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom_chatbots

Query documents for data and custom knowledge chatbot with langchain

  1. Download the repository

  2. Add your data as .txt files to the data folder

  3. Select your application and install dependencies as required

  4. Run application from your code editor and start chatting

Applications:

-custom_knowledge_chatbot: Complete chatbot with UI allowing users to query on their documents or anything generally. Works like ChatGPT but with the addition of custom datasets. Best for full chats where context of previous messages is required.

-query_docs_UI: Question and answer application with Gradio UI, allowing users to query on their documents, but does not save chat history. Best for unrelated queries on documents.

-chat_in_terminal: Custom chatbot allowing users to query on their documents or anything generally. Runs from within the terminal.

About

Query documents for data and custom knowledge chatbot with langchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages