Skip to content

IndexStats

Statistics about a vector index.

count: number;

Total number of vectors in the index.


dimension: number;

Dimensionality of stored vectors.


metric: "cosine" | "euclidean" | "dotproduct";

Distance metric configured for this index.