
Enterprise Search (RAG)
In buildAn internal AI search over all of Hybridge's knowledge. Hybrid retrieval, reranking, deterministic conflict resolution, and citations, with an honest 'I don't know' when the evidence is thin. Built trustworthy-first and shipped stage by stage.
- Hybrid retrieval (BM25 + pgvector) fused with RRF and reranked, not vector-only
- Conflict resolution by rule: validity, authority, recency, else declare the disagreement
- Group access enforced as a pre-retrieval filter, so restricted docs never leak into a search
- An eval harness (recall, nDCG, MRR, faithfulness) decides when complexity earns its place






