Kotaemon
  • an open-source RAG-based tool for chatting with your documents

Installation

docker run \
-d \
--restart=always \
-e GRADIO_SERVER_NAME=0.0.0.0 \
-e GRADIO_SERVER_PORT=7860 \
-v ./ktem_app_data:/app/ktem_app_data \
-p 80:7860 -it \
ghcr.io/cinnamon/kotaemon:main-ollama

Open in browser http://localhost:80/

Error

If you are running this within proxmox and receive the following error

Illegal instruction (core dumped)

Change the guest CPU type to x86-64-v3 or higher.

Resources