Retrieval API that utilizes llama-index
pip install -r requirements.txt
uvicorn main:app --reload
PDF
DOCX
IPYNB
- Add API endpoint for chatting with content (chat history etc.) ref. https://gpt-index.readthedocs.io/en/stable/core_modules/query_modules/chat_engines/usage_pattern.html
- Add more loaders
- Create dynamic loader for files (one endpoint)