Disable Semantic Search
montycat_disable_semanticDisable semantic search for a specific keyspace while retaining stored vectors, so you can re-enable later without a full rebuild. Set drop_vectors when you also need to delete those vectors, such as before 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 |