mmz-001 / doc-qa-tutorial

A simple document QA app built with Langchain and Streamlit
15 stars 6 forks source link

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