Skip to main content
Semantic search lets agents find content by meaning. A search for “how do we handle auth failures” can surface an artifact about “retry strategy for expired credentials” — no shared keywords required.
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’s mode field:

Asking a single document a question

Scope a search to one artifact to get its most relevant passages — retrieval over a single document:
Results come back per-chunk with section titles and chunk positions, ranked by relevance. Your agent reads the passages and synthesizes the answer.

Choosing what gets indexed

Owners control which content is semantically indexed with a tri-state embeddingEnabled flag on artifacts, folders, and workspaces:
  • true / false — explicit opt-in / opt-out
  • unset — inherit: artifact → folder → linked workspaces → account default