mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Update tests
This commit is contained in:
parent
a35a339c3d
commit
1120a5296c
7 changed files with 185 additions and 128 deletions
|
@ -218,7 +218,8 @@ async fn reset_embedder_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!({ "vector": [1, 1, 1], "hybrid": {"embedder": "default"} })).await;
|
||||
snapshot!(json_string!(documents), @r###"
|
||||
{
|
||||
"message": "Cannot find embedder with name `default`.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue