RAGMill Setup

This is a standalone configuration tool — separate from wherever RAGMill actually runs. Fill in what you need, save, done.

Vector store backend optional

Where document chunks + embeddings are stored. Default is SQLite — a local file, no setup needed.

Answer generation (chat) optional

How RAGMill turns retrieved chunks into an answer. Default is a local model — no API key, ever. Switch to Gemini or ChatGPT if you want cloud-quality answers instead.

First use downloads the model (~1.1GB by default) to ~/.cache/ragmill/models.

Server settings optional

Host/port for ragmill serve (the REST API + chatbox), not this setup page.