This project leverages AI to efficiently search, retrieve, and answer questions from documents. It processes text chunks, embeds them for similarity search, and provides contextual responses based on the user's query.
- Python
- LangChain
- Qdrant
- Ollama
- Clone the repository.
- Install the required dependencies:
pip install -r requirements.txt - Set up environment variables :
$ cp .env.example .env
- Run the FastApi server:
uvicorn main:app