File size: 654 Bytes
dd2ca7e
 
 
 
 
 
 
 
 
 
 
 
eaf0e00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: Document QandA
emoji: 🏆
colorFrom: red
colorTo: pink
sdk: streamlit
sdk_version: 1.21.0
app_file: app.py
pinned: false
license: mit
---

# Document Question & Answer
A Langchain-based application to upload any text or PDF document, ask relevant Questions to it and expect summarised answers.


### Pre-requisites

    $ pip install langchain huggingface_hub sentence_transformers faiss-cpu unstructured chromadb Cython tiktoken unstructured[local-inference]

Or

    $ pip install -r requirements.txt

* Install the above Python packages
### Reference:
* Vectorstore: https://python.langchain.com/en/latest/modules/indexes/vectorstores.html