Run hybrid search over a project’s knowledge base: vector similarity and full-text ranking fused with Reciprocal Rank Fusion (RRF).
Auth: client key.

Request body

Response

Top chunks with relevance scores and source document metadata:
heading_path gives the section breadcrumb — useful for rendering results as Authentication > OAuth.

How ranking works

Two retrieval arms run over every chunk and are fused:
  • Vector — cosine similarity over embeddings (semantic matches, paraphrases).
  • Keyword — full-text ranking (exact terms, identifiers, error codes).
Optional server-side enhancements (configured per deployment): LLM query rewrite/expansion and listwise re-ranking of the top candidates — both degrade gracefully to plain hybrid search.

Notes

  • Restricted documents are excluded.
  • Use search for “find the page” UX (instant results as you type); use chat for synthesized answers.