You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: emphasize fusion routing in examples instead of simple classification
- Update 'Concrete Example' to show 3-signal fusion routing:
* Keyword matching (fast path)
* Similarity search (semantic concepts)
* BERT classification (deep understanding)
* Multi-signal consensus for final decision
- Update 'Step 4: Intent Classification' to 'Step 4: Fusion Routing'
* Show all three signals in the processing pipeline
* Emphasize adaptive latency based on signal used
- Maintain consistency with fusion routing strategy described in section 2.2.2
- Ensure examples reflect the actual multi-signal routing implementation
This change clarifies that the system uses intelligent fusion routing
rather than relying solely on ModernBERT classification, which better
represents the actual architecture and provides better accuracy and
performance characteristics.
Signed-off-by: bitliu <[email protected]>
0 commit comments