Skip to content

Commit fab865f

Browse files
authored
Update IVF_PQ array names (#511)
1 parent 95e4f16 commit fab865f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/include/index/ivf_pq_group.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@
4545
[[maybe_unused]] static StorageFormat ivf_pq_storage_formats = {
4646
{"0.3",
4747
{
48-
// @todo Should these be kept consistent with ivf_flat?
49-
{"cluster_centroids_array_name", "pq_cluster_centroids"},
50-
{"flat_ivf_centroids_array_name", "uncompressed_centroids"},
48+
// The centroids for each subspace.
49+
{"cluster_centroids_array_name", "pq_subspace_centroids"},
50+
// The centroids for each partition (of the original vectors).
51+
{"flat_ivf_centroids_array_name", "partition_centroids"},
5152

5253
// The partitioned, PQ-encoded vectors.
5354
{"pq_ivf_indices_array_name", "partitioned_pq_vector_indexes"},

0 commit comments

Comments
 (0)