Chainlit app for advanced RAG using llamaparse, langchain, qdrant and models from groq.
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
All env variables goes to .env ( cp example.env
to .env
and paste required env variables)
python3 ingest.py
chainlit run app.py