File tree Expand file tree Collapse file tree 6 files changed +6407
-189
lines changed
Expand file tree Collapse file tree 6 files changed +6407
-189
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -24,6 +24,40 @@ schema_version = "v0.0.0"
2424 element_type = " str"
2525 num_elements = " int"
2626
27+ [[schemas ]]
28+ __schema__ = " lvq_compressed_dataset"
29+ __version__ = " v0.0.0"
30+ inner = " table"
31+ kind = " str"
32+ sign = " str"
33+ bits = " int"
34+ ndims = " int"
35+ data_dims = " int"
36+ num_points = " int"
37+
38+ [[schemas ]]
39+ __schema__ = " lvq_with_scaling_constants"
40+ __version__ = " v0.0.3"
41+ kind = " str"
42+ binary_file = " str"
43+ file_uuid = " str"
44+ num_vectors = " int"
45+ logical_dimensions = " int"
46+ bits = " int"
47+
48+ [[schemas ]]
49+ __schema__ = " two_level_lvq_dataset"
50+ __version__ = " v0.0.2"
51+ primary = " table"
52+ residual = " table"
53+ centroids = " table"
54+
55+ [[schemas ]]
56+ __schema__ = " one_level_lvq_dataset"
57+ __version__ = " v0.0.2"
58+ primary = " table"
59+ centroids = " table"
60+
2761[[schemas ]]
2862 __schema__ = " external_to_internal_translation"
2963 __version__ = " v0.0.0"
@@ -165,6 +199,22 @@ schema_version = "v0.0.0"
165199 name = " str"
166200 visited_set = " bool"
167201
202+ # LeanVec
203+ [[schemas ]]
204+ __schema__ = " leanvec_matrices"
205+ __version__ = " v0.0.0"
206+ data_matrix = " table"
207+ query_matrix = " table"
208+
209+ [[schemas ]]
210+ __schema__ = " leanvec_dataset"
211+ __version__ = " v0.0.0"
212+ primary = " table"
213+ secondary = " table"
214+ matrices = " table"
215+ means = " array"
216+ is_pca = " bool"
217+
168218# #### SVS Benchmark
169219[[schemas ]]
170220 __schema__ = " benchmark_dynamic_schedule"
@@ -182,6 +232,22 @@ schema_version = "v0.0.0"
182232 __version__ = " v0.0.0"
183233 data_type = " str"
184234
235+ [[schemas ]]
236+ __schema__ = " benchmark_dataset_lvq"
237+ __version__ = " v0.0.0"
238+ primary = " int"
239+ residual = " int"
240+ strategy = " str"
241+
242+ [[schemas ]]
243+ __schema__ = " benchmark_dataset_leanvec"
244+ __version__ = " v0.0.1"
245+ primary = " str"
246+ secondary = " str"
247+ leanvec_dims = " int"
248+ data_matrix = " str"
249+ query_matrix = " str"
250+
185251[[schemas ]]
186252 __schema__ = " benchmark_dataset_abstract"
187253 __version__ = " v0.0.0"
@@ -321,4 +387,6 @@ schema_version = "v0.0.0"
321387 graph = " str"
322388 queries_f32 = " str"
323389 queries_in_training_set = " int"
390+ leanvec_data_matrix = " str"
391+ leanvec_query_matrix = " str"
324392
You can’t perform that action at this time.
0 commit comments