Set back snapshot to what it was

This commit is contained in:
Louis Dureuil
2025-09-01 17:56:20 +02:00
parent 454581dbc9
commit c4848e6cc0

View File

@ -104,8 +104,8 @@ async fn binary_quantize_before_sending_documents() {
"manual": { "manual": {
"embeddings": [ "embeddings": [
[ [
0.0, -1.0,
0.0, -1.0,
1.0 1.0
] ]
], ],
@ -122,7 +122,7 @@ async fn binary_quantize_before_sending_documents() {
[ [
1.0, 1.0,
1.0, 1.0,
0.0 -1.0
] ]
], ],
"regenerate": false "regenerate": false
@ -191,8 +191,8 @@ async fn binary_quantize_after_sending_documents() {
"manual": { "manual": {
"embeddings": [ "embeddings": [
[ [
0.0, -1.0,
0.0, -1.0,
1.0 1.0
] ]
], ],
@ -209,7 +209,7 @@ async fn binary_quantize_after_sending_documents() {
[ [
1.0, 1.0,
1.0, 1.0,
0.0 -1.0
] ]
], ],
"regenerate": false "regenerate": false