Enable Semantic Search
montycat_enable_semanticEnable semantic search for a single keyspace and backfill existing records so stored data becomes queryable by meaning. Specify an optional model or JSON field when you need to embed only part of the value.
Instructions
Enable semantic search for one explicit keyspace.
The engine enforces manage-semantic, creator authority, explicit denials,
and allowed-model constraints. Existing records are backfilled by the
engine. This tool never enables semantic search database-wide.
Args: keyspace: Explicit keyspace to enroll and backfill. store: Target store. Defaults to the configured store. semantic_model: Optional model: "minilm", "bge-small", "bge-base", or "e5-small". Omit to use the engine/policy default. field: Optional JSON field to embed instead of the whole stored value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | No | ||
| store | No | ||
| keyspace | Yes | ||
| semantic_model | No |