Build the colocated query SQL + params. Returns one of three shapes depending on which
components are present: pure vector ANN, pure keyword full-text, or an RRF-fused hybrid.
The result rows always expose id, score, and (unless suppressed) metadata; when
includeValues is set they also expose embedding_text.
Build the colocated query SQL + params. Returns one of three shapes depending on which components are present: pure vector ANN, pure keyword full-text, or an RRF-fused hybrid.
The result rows always expose
id,score, and (unless suppressed)metadata; whenincludeValuesis set they also exposeembedding_text.