Settings
The Settings section is for global behaviour — things that apply across every experience, index, and tool. There are three sub-screens: AI Providers, Search Settings, and Cache Management.
Where to find these screens
Sidebar → Administration → Settings.
AI Providers has its own page. This page covers Search Settings and Cache Management.
Search Settings
Tunes the global behaviour of search across every index and every search experience. Most people leave the defaults alone — these knobs are for when you've benchmarked your search quality and have specific tuning to do.
Where to find it
Sidebar → Administration → Settings → Search Settings.
Layout
Two cards.
Search Timeout card
Just one setting:
- Search timeout (ms) — slider from 1,000 to 120,000 (1s to 2 minutes), default usually around 30,000 (30 seconds).
Long-running queries get killed at this threshold. Increase if you're seeing legitimate searches over big indexes time out; decrease if you want to fail fast and force the consumer to retry.
This is a hard cap. Even if a search experience asks for more, this overrides.
Hybrid Search card
Four settings, all affecting how lexical and semantic searches are combined in hybrid mode.
-
RRF rank constant (k) — slider 1–200, default 60.
- This is the
kinscore = 1 / (k + rank). Higher values reduce the impact of top-ranked documents. - The default 60 is the standard from the RRF paper. You almost never change it.
- This is the
-
Window size — slider 10–500, default 100.
- How many top results from each side (lexical and semantic) are considered for merging.
- Bigger = more comprehensive merging, slower.
- Smaller = faster, may miss good results that appear in only one search's top window.
-
Lexical weight — slider 0.1–3.0, default usually 1.0.
- How much keyword matches contribute to the final ranking.
- Higher = favour exact keyword matches.
-
Semantic weight — slider 0.1–3.0, default usually 1.0.
- How much vector / meaning matches contribute to the final ranking.
- Higher = favour conceptual similarity.
The two weights are relative — what matters is the ratio. Lexical 2.0 + Semantic 1.0 means keyword matches count twice as much as semantic ones.
When to tune these
- Lexical-heavy data (technical specs, model numbers, code) → bias toward lexical.
- Conceptual data (articles, descriptions, FAQs) → bias toward semantic.
- Mixed data → leave 1.0 / 1.0.
The safest tuning method: run a batch of representative queries before and after a change in the Playground, compare results, see if the right things come up first. Don't tune blind.
Actions
- Save Changes — only enabled when you've changed something.
- Discard Changes — revert to last saved.
- Refresh — reload from the database.
Changes apply immediately to new searches; no rebuild needed.
Cache Management
The Cache Management screen shows what Interakt has cached in memory, lets you clear caches, and explains what each cache does.
Where to find it
Sidebar → Administration → Settings → Cache Management.