Skip to content

MaRDI4NFDI/askmardi_chatbot

Repository files navigation

This is the first ASK_MARDI chatbot prototype.

Running

Locally

python -m streamlit run app/ui.py

Docker

Building

docker build -f docker/Dockerfile -t askmardi-chatbot:dev .

Run

docker run --rm \
  -p 8501:8501 \
  -e OLLAMA_API_KEY=API_KEY \
  -e QDRANT_URL=http://your-qdrant.com:6333 \
  askmardi-chatbot:dev

Hints

  • Use /?collection=my_other_collection to change the qdrant collection on the fly.

About

This is a simple chatbot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages