Advanced¶
Deep-dive references for the systems that sit underneath the everyday tools.
| Page | Topic |
|---|---|
| Hybrid Search | BM25 + RRF + networkx lineage powering search_models, discover_models, get_relevant_columns. |
| Memory & Resume | The four persistence layers, event log schema, registry handlers. |
| Quality Gates | Eight enforcement rules generate_report runs against your output. |
| Multi-Tenant | CEREBRO_OWNER hashing, salt rotation, cross-tenant isolation. |
| Semantic Metrics | When to use query_metrics vs execute_query. |
| Usage Guide | The full how-to: setup, recipes, recovery, pitfalls. |
If you're new to Cerebro, start with the Setup and Usage Guide. The other pages here exist mostly to answer "why is Cerebro doing X?" questions.