Disable Semantic Search
montycat_disable_semanticDisable semantic search for one keyspace while retaining stored vectors, allowing quick re-enable without rebuild. Choose drop_vectors to permanently erase vectors, such as when changing embedding models.
Instructions
Disable semantic search for one explicit keyspace.
Stored vectors are retained by default so re-enabling can resume without a
full rebuild. Set drop_vectors only when intentionally clearing vectors,
such as before changing embedding models. The engine enforces all
governance authority and explicit denials.
Args: keyspace: Explicit keyspace to unenroll. store: Target store. Defaults to the configured store. drop_vectors: Also delete stored vectors for this keyspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store | No | ||
| keyspace | Yes | ||
| drop_vectors | No |