-
-
Notifications
You must be signed in to change notification settings - Fork 155
2.3.61 Satellite Kotaemon
av edited this page Dec 28, 2025
·
1 revision
Handle:
kotaemon
URL: http://localhost:34641

Kotaemon is a RAG UI for chatting with your documents, built with Gradio.
# Pull the images
harbor pull kotaemon
# Start Kotaemon
harbor up kotaemon --open- Default credentials:
admin/admin
Following options can be set via harbor config:
# Main UI port
HARBOR_KOTAEMON_HOST_PORT 34641
# Image
HARBOR_KOTAEMON_IMAGE ghcr.io/cinnamon/kotaemon
HARBOR_KOTAEMON_VERSION main-full
# Persistent workspace directory
HARBOR_KOTAEMON_WORKSPACE ./kotaemon/ktem_app_data
# Local model defaults (used when Ollama is enabled)
HARBOR_KOTAEMON_LOCAL_MODEL llama3.2:3b
HARBOR_KOTAEMON_LOCAL_MODEL_EMBEDDINGS mxbai-embed-large:latestKotaemon persists application data in:
kotaemon/ktem_app_data/
If the ollama service is enabled, Harbor injects KH_OLLAMA_URL and the local model settings (LOCAL_MODEL*) automatically via compose.x.kotaemon.ollama.yml.
harbor up ollama kotaemon --openharbor logs kotaemon