Semantic search is an account-level capability. When it isn’t enabled for your account, search behaves exactly as before (keyword matching) — and the response tells you which mode ran.
Search modes
Every search runs in one of three modes, reported back in the response’smode field:
| Mode | What it does | When it fails |
|---|---|---|
hybrid (default) | Fuses keyword and semantic rankings | Never — silently falls back to keyword |
keyword | Exact and stemmed term matching only | Never |
semantic | Meaning-based only — best for natural-language questions | Errors if semantic search isn’t enabled |
Asking a single document a question
Scope a search to one artifact to get its most relevant passages — retrieval over a single document:Choosing what gets indexed
Owners control which content is semantically indexed with a tri-stateembeddingEnabled flag on artifacts, folders, and workspaces:
true/false— explicit opt-in / opt-out- unset — inherit: artifact → folder → linked workspaces → account default