A simple document seach workingly poorly
pip install -r requirements.txt
-
Launch the indexer server: uvicorn main:app --reload
-
Index documents from files using ingestion.py: python ingestion.py path/to/folder. Folder contains files to index. You can also directly use the endpoint /index-documents (cf /docs)
-
Query the engine using your favorite http client with /query-document endpoint
- Assess the tool and identify at least 3 drawbacks
- Suggest at least 1 improvement (the more the better)
- Implement the suggestions and measure the improvements over the inital system
- Optionnaly, implement a RAG system