File size: 605 Bytes
e7afcc5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
---
license: mit
title: PDF Experimentation
sdk: streamlit
emoji: 🚀
colorFrom: purple
colorTo: gray
pinned: true
app_file: app.py
duplicated_from: ritikjain51/PDF-experimentation
---

## Next Steps

- [x] Build UI using Streamlit
- [x] Add Advance Settings in sidebar
- [x] Build backend using Langchain
- [x] Dockerize 
- [ ] Add Docs


### UI Components

- [x] Add Upload PDF Tab
- [x] Show PDF Tab
- [x] Question Answer Tab
- [x] Conversational Tab
- [x] Advance Settings
- [x] Model Settings

### Backend Components
- [x] Read PDF and ingest
- [x] Fetch Configuration 
- [x] Vector DB Indexing
- []