Skip to content

Add lightweight vector index metadata to VectorIndexDetails #5963

@fenfeng9

Description

@fenfeng9

follow up #5945

Because VectorIndexDetails is empty, describe_indices() cannot determine the concrete vector index type (flat / HNSW / IVF / PQ / SQ).

This follow‑up will store small, stable metadata in VectorIndexDetails when the index is created—e.g. index_type (IVF_PQ, IVF_HNSW_SQ, …), metric_type, dimension, num_partitions, and num_sub_vectors.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions