Tables

Create vector index on a Table

Create vector index on a Table

post/v1/table/{name}/create_index/

Path parameters

namestring required

name of the table

Request body

columnstring
metric_typestring

The metric type to use for the index. L2, Cosine, Dot are supported.

index_typestring

Response

Index successfully created

Changes