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 querieslocalChunk similarity only — fast, no graph contextglobalGraph traversal only — entity relationshipsnaiveRaw vector similarity — no re-rankingmixAdaptive — picks the best strategy per query