Enable Semantic Search
montycat_enable_semanticEnable semantic search for one explicit keyspace, backfilling records while enforcing access and model constraints. Use it to add vector search to a targeted store, not database-wide.
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 |