update the test now that the embedder must be specified

This commit is contained in:
Tamo 2024-09-19 12:08:59 +02:00
parent 84f842233d
commit 2b120b89e4
2 changed files with 3 additions and 2 deletions

View file

@ -364,7 +364,8 @@ async fn binary_quantize_clear_documents() {
"###);
// Make sure the arroy DB has been cleared
let (documents, _code) = index.search_post(json!({ "vector": [1, 1, 1] })).await;
let (documents, _code) =
index.search_post(json!({ "hybrid": { "embedder": "manual" }, "vector": [1, 1, 1] })).await;
snapshot!(documents, @r###"
{
"hits": [],