Optional errorOptional detail when training fails or the index is unusable (for example, insufficient training data).
Introduced in: ArangoDB 3.12.9. Only present when there is a problem with the index.
Optional defaultNProbe?: numberOptional factory?: stringOptional numberMaximum number of vectors per centroid included in the training sample.
Introduced in: ArangoDB 3.12.10. Omitted on older server versions.
Optional trainingOptional shards?: Record<string, VectorIndexShardDescription>Per-shard training details. On a single server, the collection name is used as the key.
Introduced in: ArangoDB 3.12.10. Only present when listing indexes with
the withHidden option.
Optional storedAn array of attribute paths that are stored in the index for efficient filtering and, from ArangoDB 3.12.10 onward, covering projections.
Introduced in: ArangoDB 3.12.7
Optional trainingCurrent training state of the vector index.
Introduced in: ArangoDB 3.12.9. Omitted on older server versions.
An object representing a vector index.