POST
/
v1
/
table
/
{name}
/
index
/
{index_name}
/
stats

Authorizations

x-api-key
string
header
required

Path Parameters

name
string
required

name of the table

index_name
string
required

name of the index

Response

200 - application/json
distance_type
enum<string>

distance metric to use for search

Available options:
L2,
Cosine,
Dot
index_type
enum<string>

type of index to create

Available options:
IVF_PQ,
IVF_HNSW_SQ,
BTREE,
BITMAP,
LABEL_LIST,
FTS
num_indexed_rows
integer
num_unindexed_rows
integer