mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Fix tests
This commit is contained in:
parent
6287f5b204
commit
575b7b7a0b
2 changed files with 30 additions and 5 deletions
|
@ -644,7 +644,12 @@ async fn get_document_with_vectors() {
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "echo",
|
"name": "echo",
|
||||||
"_vectors": {}
|
"_vectors": {
|
||||||
|
"manual": {
|
||||||
|
"embeddings": [],
|
||||||
|
"regenerate": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"offset": 0,
|
"offset": 0,
|
||||||
|
@ -700,7 +705,12 @@ async fn get_document_with_vectors() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "echo",
|
"name": "echo",
|
||||||
"_vectors": {}
|
"_vectors": {
|
||||||
|
"manual": {
|
||||||
|
"embeddings": [],
|
||||||
|
"regenerate": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"offset": 0,
|
"offset": 0,
|
||||||
|
|
|
@ -119,7 +119,12 @@ async fn add_remove_user_provided() {
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "echo",
|
"name": "echo",
|
||||||
"_vectors": {}
|
"_vectors": {
|
||||||
|
"manual": {
|
||||||
|
"embeddings": [],
|
||||||
|
"regenerate": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"offset": 0,
|
"offset": 0,
|
||||||
|
@ -141,7 +146,12 @@ async fn add_remove_user_provided() {
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "echo",
|
"name": "echo",
|
||||||
"_vectors": {}
|
"_vectors": {
|
||||||
|
"manual": {
|
||||||
|
"embeddings": [],
|
||||||
|
"regenerate": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"offset": 0,
|
"offset": 0,
|
||||||
|
@ -577,7 +587,12 @@ async fn add_remove_one_vector_4588() {
|
||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "kefir",
|
"name": "kefir",
|
||||||
"_vectors": {}
|
"_vectors": {
|
||||||
|
"manual": {
|
||||||
|
"embeddings": [],
|
||||||
|
"regenerate": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"offset": 0,
|
"offset": 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue