Anatomy of a preset
- Name — how you’ll refer to it.
- Top K — how many chunks to return per query. Default 6.
- Score cutoff — minimum fused score to include. Default 0.15 (RRF space).
- Vector weight / Keyword weight — hybrid balance.
- Reranker — optional cross-encoder rerank pass on the top 20 candidates. Improves quality; adds ~200ms latency.
- Query expansion — on/off, count.
- Filters — always-on metadata filters.
- Grounding — verify against causal graph, on/off.
Creating a preset
- Workspace → Retrieval presets → New.
- Set the knobs.
- Test with a few real queries.
- Save.
Common presets to start from
Nora ships three built-in presets you can duplicate and modify:- Balanced (default) — hybrid, top 6, no reranker. Good general starting point.
- Precise — hybrid + reranker + higher cutoff. For high-stakes answers where quality > latency.
- Fast — keyword-only, top 4, no reranker. For live chat where sub-second response matters.