Skip to content

Using LangChain for interactive Q/A over documents with a Gradio interface for optimal user experience

Notifications You must be signed in to change notification settings

Bilal143260/DocQnA-LangChain-Gradio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

DocQnA-LangChain-Gradio

Using LangChain for interactive Q/A over documents with a Gradio interface for optimal user experience

Setup

To setup, please install requirements with pip install -r requirements.txt Then, add your openai key in main file

Chat

In order to run the project run python main.py. This will start gradio application on your local host that you can chat with in the frontend. Enter http://127.0.0.1:7869 in your browser.

image

About

Using LangChain for interactive Q/A over documents with a Gradio interface for optimal user experience

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages