Description
The goal is to catch bugs as much as we can, and make sure the app works fine and stable for use
Todo:
1. Ingest:
Get pdf from Data source and make sure the app is always authorized
2.Processing:
takes pdf file as input and read file with python script, chunking, indexing and store the contents in Qdrant
3.Retrieval:
From user query, search in Qdran and get chunks
Description
The goal is to catch bugs as much as we can, and make sure the app works fine and stable for use
Todo:
The app architecture have 3 Modules or layers
1. Ingest:
Get pdf from Data source and make sure the app is always authorized
2.Processing:
takes pdf file as input and read file with python script, chunking, indexing and store the contents in Qdrant
3.Retrieval:
From user query, search in Qdran and get chunks