Review Context
One search method is not enough for AI moderation.
Tri-Modal GraphRAG combines three retrieval methods so AI reviewers can compare new packets against trusted context more reliably.
Keyword search
Finds exact terms, identifiers, prohibited phrases, schema names, and technical language that embeddings might blur.
Open related guide ->
Vector similarity
Finds related meaning, synonyms, and conceptual proximity even when the wording is different.
Open related guide ->
Graph traversal
Follows explicit relationships between concepts, sources, packets, reviews, dependencies, and trust records.
Open related guide ->Together, these modes help reviewers understand not just what a packet says, but what it changes and what it may conflict with.