Disabling Vector Index
To disable vector index for a store, post a request to the `/api/kb/<storeName>/index` endpoint and specify `NONE` as the value of the `type` property:
http request
POST /api/kb/<storeName>/index
{
"type": "NONE"
}
To disable vector index for a store, post a request to the `/api/kb/<storeName>/index` endpoint and specify `NONE` as the value of the `type` property:
http request
POST /api/kb/<storeName>/index
{
"type": "NONE"
}