Skip to content

A simple document QA app built with Langchain and Streamlit

Notifications You must be signed in to change notification settings

leo-usa/chatdoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doc QA Tutorial

Demo

A simple document QA app built with Langchain and Streamlit. You can follow my tutorial on dev.to to build this app from scratch or just clone this repo and run it locally:

  1. Clone this repo and install the dependencies:
git clone
cd doc-qa-tutorial
pip install -r requirements.txt
  1. Set Environment Variables and run the app:
set OPENAI_API_KEY=<your-openai-api-key>
streamlit run app.py

About

A simple document QA app built with Langchain and Streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%