How are people dealing with hybrid-search queries ...
# community-help
n
How are people dealing with hybrid-search queries containing a high-dimensional vector? I end up getting this for a 768-dim vector
Copy code
typesense.exceptions.RequestMalformed: [Errno 400] Query string exceeds max allowed length of 4000. Use the /multi_search end-point for larger payloads.
Given this is just one search request, I don’t know how using
/multi_search
will help.