We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e4f16 commit fab865fCopy full SHA for fab865f
src/include/index/ivf_pq_group.h
@@ -45,9 +45,10 @@
45
[[maybe_unused]] static StorageFormat ivf_pq_storage_formats = {
46
{"0.3",
47
{
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"},
+ // The centroids for each subspace.
+ {"cluster_centroids_array_name", "pq_subspace_centroids"},
+ // The centroids for each partition (of the original vectors).
51
+ {"flat_ivf_centroids_array_name", "partition_centroids"},
52
53
// The partitioned, PQ-encoded vectors.
54
{"pq_ivf_indices_array_name", "partitioned_pq_vector_indexes"},
0 commit comments