From c4848e6cc0b86253cd6dca5eb9390b78a7c399ea Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Mon, 1 Sep 2025 17:56:20 +0200 Subject: [PATCH] Set back snapshot to what it was --- crates/meilisearch/tests/vector/binary_quantized.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/crates/meilisearch/tests/vector/binary_quantized.rs b/crates/meilisearch/tests/vector/binary_quantized.rs index ec82290ff..c5a7c9244 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": [ [ - 0.0, - 0.0, + -1.0, + -1.0, 1.0 ] ], @@ -122,7 +122,7 @@ async fn binary_quantize_before_sending_documents() { [ 1.0, 1.0, - 0.0 + -1.0 ] ], "regenerate": false @@ -191,8 +191,8 @@ async fn binary_quantize_after_sending_documents() { "manual": { "embeddings": [ [ - 0.0, - 0.0, + -1.0, + -1.0, 1.0 ] ], @@ -209,7 +209,7 @@ async fn binary_quantize_after_sending_documents() { [ 1.0, 1.0, - 0.0 + -1.0 ] ], "regenerate": false