Spaces:
Sleeping
Sleeping
File size: 556 Bytes
920e484 e6eba57 920e484 9ccb3aa 920e484 |
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 |
---
license: mit
title: PDF Experimentation
sdk: streamlit
emoji: π
colorFrom: purple
colorTo: gray
pinned: true
app_file: app.py
---
## 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
- [] |