Skip to content

Commit 1fc6ac7

Browse files
Updates compression
Signed-off-by: Elena Kolevska <[email protected]>
1 parent 4ffe1a8 commit 1fc6ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3817,7 +3817,7 @@ def test_svs_vamana_vector_search_with_parameters_leanvec(client):
38173817
"TYPE": "FLOAT32",
38183818
"DIM": 8,
38193819
"DISTANCE_METRIC": "L2",
3820-
"COMPRESSION": "LVQ8", # LeanVec compression required for REDUCE
3820+
"COMPRESSION": "LeanVec8x8", # LeanVec compression required for REDUCE
38213821
"CONSTRUCTION_WINDOW_SIZE": 200,
38223822
"GRAPH_MAX_DEGREE": 32,
38233823
"SEARCH_WINDOW_SIZE": 15,

0 commit comments

Comments
 (0)