Download

Single binary, zero dependencies. Download and run.

Cicerone Gateway v2.0.0

RAG Plugin v0.1.0

Go module — install alongside Cicerone for intelligent document retrieval.

Install RAG Plugin
# Clone the plugin git clone git@idm.wezzel.com:crab-meat-repos/cicerone-plugin-ragdb.git cd cicerone-plugin-ragdb # Run tests go test ./rag/ -v # Install ChromaDB (dependency) pip install chromadb chroma --host 0.0.0.0 --port 8000 & # Or use Docker docker run -d -p 8000:8000 chromadb/chroma

Requirements

OS

Linux (amd64, arm64) or macOS (Intel, Apple Silicon)

RAM

64MB minimum for gateway. 512MB+ with Ollama + ChromaDB.

ChromaDB

Required for RAG. pip install or Docker.

LLM

Ollama (local) or OpenAI-compatible API.