Endpoints
Index Info
Returns some information about the index; such as vectorCount
, indexSize
, dimension
and similarityFunction
.
GET
/
info
Info will be updated eventually, so it might take some time to see the effect of changes in this endpoint.
Request
This request doesn’t require any additional data.
Response
vectorCount
number
requiredThe number of vectors in the index, that are ready to use.
pendingVectorCount
number
requiredThe number of vectors in the index, that are still processing and not ready to use.
indexSize
number
requiredThe total size of the index, in bytes.
dimension
number
requiredDimension of the vectors.
similarityFunction
string
requiredName of the similarity function used in indexing and queries.
Was this page helpful?