Андрей
Vector search with filtering.
And then the search should return the given number of documents if there are more documents after filtering. But that's not the case in the image. 3 chunks are requested and 2 are returned, although there are many of them in the database.
11 replies
Storing objects of a specific class
Help me, please. I can't understand the syntax of the query.
I need to select all sub-queries related to questions related to a certain dialogue.
data = xata.data().query("subquery", {
"columns": ["number", "subquery", "subanswer", "query.*" ],
"filter": {
"query.dialog_id": dialog_id
},
})
14 replies