This is the first ASK_MARDI chatbot prototype.
python -m streamlit run app/ui.py
docker build -f docker/Dockerfile -t askmardi-chatbot:dev .
docker run --rm \
-p 8501:8501 \
-e OLLAMA_API_KEY=API_KEY \
-e QDRANT_URL=http://your-qdrant.com:6333 \
askmardi-chatbot:dev
- Use
/?collection=my_other_collectionto change the qdrant collection on the fly.