ok, rerank_hybrid_matches seems great, and somethi...
# community-help
j
ok, rerank_hybrid_matches seems great, and something i have been struggling with as well. so if i provide an explicit sorting like in the docs
Copy code
{
  "q": "shoes",
  "query_by": "title",
  "sort_by": "_text_match:desc,_vector_query(embedding:([])):asc"
}
does this disable the hybrid search score and the K parameter?