Search across ALL indexed public sources (repositories and documentation) in a single query.
This endpoint performs a two-phase hybrid search:
Results are combined using Reciprocal Rank Fusion (RRF) for optimal ranking.
Use this when you want to discover relevant content without knowing which specific sources to search.
Performance: Typically returns results in 1-3 seconds for thousands of indexed sources.
API key must be provided in the Authorization header
Natural language search query
"How does authentication work in FastAPI?"
Total number of results to return
1 <= x <= 100Include repository sources in search
Include documentation sources in search
Weight for vector search (1-alpha for BM25). Higher values favor semantic similarity.
0 <= x <= 1Use AI to compress results into a concise answer with citations