update langchain examples

This commit is contained in:
Jeffrey Morgan
2023-08-10 23:35:19 -07:00
parent 700c719422
commit efae43f932
5 changed files with 198 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
# LangChain Document QA
This example provides an interface for asking questions to a PDF document.
## Setup
```
pip install -r requirements.txt
```
## Run
```
python main.py
```
A prompt will appear, where questions may be asked:
```
Query: How many locations does WeWork have?
```