Update existing snapshots

This commit is contained in:
Louis Dureuil 2024-07-16 10:44:23 +02:00
parent 24240934f9
commit b4c8b01c88
No known key found for this signature in database
2 changed files with 30 additions and 5 deletions

View file

@ -645,7 +645,12 @@ async fn get_document_with_vectors() {
{
"id": 1,
"name": "echo",
"_vectors": {}
"_vectors": {
"manual": {
"embeddings": [],
"regenerate": false
}
}
}
],
"offset": 0,
@ -701,7 +706,12 @@ async fn get_document_with_vectors() {
},
{
"name": "echo",
"_vectors": {}
"_vectors": {
"manual": {
"embeddings": [],
"regenerate": false
}
}
}
],
"offset": 0,