Skip to content

A simple chatbot that can load sources using Gradio and LangChain.

Notifications You must be signed in to change notification settings

iokarkan/chatbot-with-sources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Chatbot

This project provides a simple chatbot that can load sources using Gradio and LangChain. Users can ask the chatbot questions, and it can provide answers based on the loaded sources.

Demo

Demo Video

Click the image above to watch a video demonstration of the chatbot in action. You can also read my blog post on this app.

Running the App

  1. Clone this repository:
git clone https://github.com/iokarkan/chatbot_project.git
cd chatbot_project
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the Gradio interface:
python -m app.gradio_interface

This will start a local server, and you can access the chatbot app in your web browser at http://localhost:7860.

HuggingFace Space

You can also try out the chatbot in this HuggingFace space: Chatbot with Sources

About

A simple chatbot that can load sources using Gradio and LangChain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages