Index
Create Vector Index
Create an index on a column. We support vector, full text search, and scalar indices.
Vector index options are: IVF_PQ
and IVF_HNSW_SQ
. The distance_type
parameter is required for vector indices.
For full text search, use FTS
.
For scalar indices,
use BTREE
, BITMAP
, or LABEL_LIST
.
POST
Authorizations
Path Parameters
name of the table
Body
application/json
Response
200
application/json
Vector index is created successfully
The response is of type object
.