Skip to content

Commit ab91cd9

Browse files
ethanglasermihaic
authored andcommitted
Removal of LVQ/Leanvec from docs+toml (#405)
Remove some LVQ/Leanvec references and code GitOrigin-RevId: 90620200e7328536fec0b935b27ff6c4fe10b30d
1 parent d404d5f commit ab91cd9

24 files changed

+4914
-4221
lines changed

data/serialization.toml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,6 @@ schema_version = "v0.0.0"
1010
element_type = "str"
1111
num_elements = "int"
1212

13-
[[schemas]]
14-
__schema__ = "lvq_compressed_dataset"
15-
__version__ = "v0.0.0"
16-
inner = "table"
17-
kind = "str"
18-
sign = "str"
19-
bits = "int"
20-
ndims = "int"
21-
data_dims = "int"
22-
num_points = "int"
23-
24-
[[schemas]]
25-
__schema__ = "lvq_with_scaling_constants"
26-
__version__ = "v0.0.3"
27-
kind = "str"
28-
binary_file = "str"
29-
file_uuid = "str"
30-
num_vectors = "int"
31-
logical_dimensions = "int"
32-
bits = "int"
33-
34-
[[schemas]]
35-
__schema__ = "two_level_lvq_dataset"
36-
__version__ = "v0.0.2"
37-
primary = "table"
38-
residual = "table"
39-
centroids = "table"
40-
41-
[[schemas]]
42-
__schema__ = "one_level_lvq_dataset"
43-
__version__ = "v0.0.2"
44-
primary = "table"
45-
centroids = "table"
46-
4713
[[schemas]]
4814
__schema__ = "external_to_internal_translation"
4915
__version__ = "v0.0.0"
@@ -218,22 +184,6 @@ schema_version = "v0.0.0"
218184
__version__ = "v0.0.0"
219185
data_type = "str"
220186

221-
[[schemas]]
222-
__schema__ = "benchmark_dataset_lvq"
223-
__version__ = "v0.0.0"
224-
primary = "int"
225-
residual = "int"
226-
strategy = "str"
227-
228-
[[schemas]]
229-
__schema__ = "benchmark_dataset_leanvec"
230-
__version__ = "v0.0.1"
231-
primary = "str"
232-
secondary = "str"
233-
leanvec_dims = "int"
234-
data_matrix = "str"
235-
query_matrix = "str"
236-
237187
[[schemas]]
238188
__schema__ = "benchmark_dataset_abstract"
239189
__version__ = "v0.0.0"
@@ -373,6 +323,4 @@ schema_version = "v0.0.0"
373323
graph = "str"
374324
queries_f32 = "str"
375325
queries_in_training_set = "int"
376-
leanvec_data_matrix = "str"
377-
leanvec_query_matrix = "str"
378326

0 commit comments

Comments
 (0)