diff --git a/crates/meilisearch/tests/vector/binary_quantized.rs b/crates/meilisearch/tests/vector/binary_quantized.rs index c5a7c9244..ec82290ff 100644 --- a/crates/meilisearch/tests/vector/binary_quantized.rs +++ b/crates/meilisearch/tests/vector/binary_quantized.rs @@ -104,8 +104,8 @@ async fn binary_quantize_before_sending_documents() { "manual": { "embeddings": [ [ - -1.0, - -1.0, + 0.0, + 0.0, 1.0 ] ], @@ -122,7 +122,7 @@ async fn binary_quantize_before_sending_documents() { [ 1.0, 1.0, - -1.0 + 0.0 ] ], "regenerate": false @@ -191,8 +191,8 @@ async fn binary_quantize_after_sending_documents() { "manual": { "embeddings": [ [ - -1.0, - -1.0, + 0.0, + 0.0, 1.0 ] ], @@ -209,7 +209,7 @@ async fn binary_quantize_after_sending_documents() { [ 1.0, 1.0, - -1.0 + 0.0 ] ], "regenerate": false