-
-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Description
The goal is to catch bugs as much as we can, and make sure the app works fine and stable for use
Todo:
- set up testing and GitHub action
The app architecture have 3 Modules or layers
1. Ingest:
Get pdf from Data source and make sure the app is always authorized
- google drive
- direct upload
- Dropbox
- AWS
- UI Testing for set up connection
2.Processing:
takes pdf file as input and read file with python script, chunking, indexing and store the contents in Qdrant
- simple text and tables
- UI Testing for pushing and showing progress
3.Retrieval:
From user query, search in Qdran and get chunks
- test retrieval api
- UI Testing for query page
Sub-issues
Metadata
Metadata
Assignees
Type
Projects
Status
Done