Андрей
Андрей
XXata
Created by Андрей on 8/4/2024 in #help
Vector search with filtering.
No description
11 replies
XXata
Created by Андрей on 8/4/2024 in #help
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
XXata
Created by Андрей on 8/4/2024 in #help
Vector search with filtering.
The question is, do you search first and then filter and maybe an empty result will be returned or do you filter and then search only the desired chunks and return a given number of chunks.
11 replies
XXata
Created by Андрей on 8/4/2024 in #help
Vector search with filtering.
No description
11 replies
XXata
Created by Андрей on 8/4/2024 in #help
Vector search with filtering.
No description
11 replies
XXata
Created by Андрей on 6/16/2024 in #help
No module named 'xata'
It's not working. I have tried all available interpreters, created new virtual environments. They don't want to see xata. Versions of python 3.10, 3.11 Everything works on PyCharm.
5 replies
XXata
Created by Андрей on 6/16/2024 in #help
No module named 'xata'
No description
5 replies
XXata
Created by Андрей on 5/21/2024 in #help
Parent Document Retriever in Xata
Thank you!!!
3 replies
XXata
Created by Андрей on 5/3/2024 in #help
Type of index
Thank you! I'll write to them!
3 replies
XXata
Created by Андрей on 4/19/2024 in #help
Double filtering by table
No description
16 replies
XXata
Created by Андрей on 4/19/2024 in #help
Double filtering by table
Thank you! Now I'll think how to do it in a function ))
16 replies
XXata
Created by Андрей on 4/19/2024 in #help
Double filtering by table
I can't figure it out right off the bat 🙂
16 replies
XXata
Created by Андрей on 4/19/2024 in #help
Double filtering by table
there's no 'topic' column
16 replies
XXata
Created by Андрей on 4/19/2024 in #help
Double filtering by table
No description
16 replies
XXata
Created by Андрей on 4/19/2024 in #help
Double filtering by table
No description
16 replies
XXata
Created by Андрей on 4/19/2024 in #help
Double filtering by table
No description
16 replies
XXata
Created by Андрей on 4/19/2024 in #help
Double filtering by table
This is a different table and this column summarises the selected chunks.
16 replies
XXata
Created by Андрей on 4/11/2024 in #help
Storing objects of a specific class
Only with your help!
14 replies
XXata
Created by Андрей on 4/11/2024 in #help
Storing objects of a specific class
I didn't name the column in the subquery table correctly - "query_id", it should have been "query".
14 replies
XXata
Created by Андрей on 4/11/2024 in #help
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