Settings

Configure the connection to your NitroRAG backend

Backend URL
The base URL of the NitroRAG FastAPI server

Default: http://localhost:8080

API Key
Leave empty if NITRORAG_API_KEY is not set on the backend

Sent as Authorization: Bearer <key>

Storage
Where settings are persisted
Settings are saved in localStorage in your browser. They are never sent to any server other than your configured backend.
Display
Appearance options for the chat interface
Show token usage
Display tokens consumed below each assistant response
Auth Mode
No auth (dev mode)
Backend
http://localhost:8080

Query Modes

hybridVector search + graph traversal — best for most queries
localChunk similarity only — fast, no graph context
globalGraph traversal only — entity relationships
naiveRaw vector similarity — no re-ranking
mixAdaptive — picks the best strategy per query