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.
follow up #5945
Because
VectorIndexDetailsis empty,describe_indices()cannot determine the concrete vector index type (flat / HNSW / IVF / PQ / SQ).This follow‑up will store small, stable metadata in
VectorIndexDetailswhen the index is created—e.g.index_type(IVF_PQ, IVF_HNSW_SQ, …),metric_type,dimension,num_partitions, andnum_sub_vectors.