Hi everyone! We are exploring using vector search ...
# community-help
v
Hi everyone! We are exploring using vector search with typesense and I am noticing some strange behaviour. It seems when I am using three fields in sort by (where one of them is
_vector_distance:asc
) typsense is not returning all the documents. For example, with sort by of
"sortBy": "_vector_distance:asc,genericFlField1:desc",
, I get found as 200 (which is the
k
I set). With sort by of
"_vector_distance:asc,genericFlField1:desc,genericFlField2:desc"
, I get found as 1. I am using typesense v28. It this a known issue? Thanks in advance!