Index
List the details of an index
List the detailed information of an index, including index type, distance metric, and number of rows indexed/unindexed.
POST
Authorizations
Response
200
application/json
Index details of an index.
Example:
100000
type of index to create
Available options:
IVF_PQ
, IVF_HNSW_SQ
, BTREE
, BITMAP
, LABEL_LIST
, FTS
distance metric to use for search
Available options:
L2
, Cosine
, Dot