English version of xb/doc/ai_application/RAG_BEST_PRACTICES.md.
json, _ := xb.Of(&DocVector{}).
Custom(qdrant).
Eq("tenant_id", tenant).
VectorSearch("embedding", queryVec, 8).
Build().
JsonOfSelect()
Feed results to your LLM with citations, dedupe by doc ID, and rerank if necessary.