-
Notifications
You must be signed in to change notification settings - Fork 296
[Doc] Reorganize intelligent routing tutorials into focused guides #636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Remove overview.md and reasoning.md - Create 4 new focused routing guides: - domain-routing.md: Fine-tuned classification (efficient, specialized) - embedding-routing.md: Semantic similarity routing (scalable, fast) - keyword-routing.md: Keyword-based routing (transparent, compliant) - mcp-routing.md: External service routing (extensible, private) - Update lora-routing.md to clarify it combines other routing methods - Update sidebar navigation to reflect new structure - Add comprehensive use cases and problem-solution context to each guide - Align all guides with consistent structure and friendly tone Signed-off-by: bitliu <bitliu@tencent.com>
✅ Deploy Preview for vllm-semantic-router ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
👥 vLLM Semantic Team NotificationThe following members have been identified for the changed files in this PR and have been automatically assigned: 📁
|
- Escape < characters in numeric comparisons (<1%, <1ms, etc.) - Add blank lines around fenced code blocks - Remove multiple consecutive blank lines at end of files - Fix list formatting around code blocks Signed-off-by: bitliu <bitliu@tencent.com>
yuluo-yx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
…llm-project#636) * [Doc] Reorganize intelligent routing tutorials into focused guides - Remove overview.md and reasoning.md - Create 4 new focused routing guides: - domain-routing.md: Fine-tuned classification (efficient, specialized) - embedding-routing.md: Semantic similarity routing (scalable, fast) - keyword-routing.md: Keyword-based routing (transparent, compliant) - mcp-routing.md: External service routing (extensible, private) - Update lora-routing.md to clarify it combines other routing methods - Update sidebar navigation to reflect new structure - Add comprehensive use cases and problem-solution context to each guide - Align all guides with consistent structure and friendly tone Signed-off-by: bitliu <bitliu@tencent.com> * [Doc] Fix MDX compilation and markdown lint errors - Escape < characters in numeric comparisons (<1%, <1ms, etc.) - Add blank lines around fenced code blocks - Remove multiple consecutive blank lines at end of files - Fix list formatting around code blocks Signed-off-by: bitliu <bitliu@tencent.com> --------- Signed-off-by: bitliu <bitliu@tencent.com>
…llm-project#636) * [Doc] Reorganize intelligent routing tutorials into focused guides - Remove overview.md and reasoning.md - Create 4 new focused routing guides: - domain-routing.md: Fine-tuned classification (efficient, specialized) - embedding-routing.md: Semantic similarity routing (scalable, fast) - keyword-routing.md: Keyword-based routing (transparent, compliant) - mcp-routing.md: External service routing (extensible, private) - Update lora-routing.md to clarify it combines other routing methods - Update sidebar navigation to reflect new structure - Add comprehensive use cases and problem-solution context to each guide - Align all guides with consistent structure and friendly tone Signed-off-by: bitliu <bitliu@tencent.com> * [Doc] Fix MDX compilation and markdown lint errors - Escape < characters in numeric comparisons (<1%, <1ms, etc.) - Add blank lines around fenced code blocks - Remove multiple consecutive blank lines at end of files - Fix list formatting around code blocks Signed-off-by: bitliu <bitliu@tencent.com> --------- Signed-off-by: bitliu <bitliu@tencent.com>

Description
This PR reorganizes the intelligent routing documentation to provide clearer, more focused guides for each routing method. The new structure aligns with the actual configuration files in
config/intelligent-routing/and provides comprehensive use cases for each approach.Changes
Removed Files
overview.md- Replaced with focused routing guidesreasoning.md- Replaced with focused routing guidesNew Files (4 focused routing guides)
✅ domain-routing.md - Fine-tuned classification routing (efficient, specialized)
config/intelligent-routing/in-tree/bert_classification.yaml✅ embedding-routing.md - Semantic similarity routing (scalable, fast)
config/intelligent-routing/in-tree/embedding.yaml✅ keyword-routing.md - Keyword-based routing (transparent, compliant)
config/intelligent-routing/in-tree/keyword.yaml✅ mcp-routing.md - External service routing (extensible, private)
config/intelligent-routing/out-tree/config-mcp-classifier.yamlUpdated Files
Structure Improvements
Each guide now follows a consistent, user-friendly structure:
Benefits
BEFORE SUBMITTING, PLEASE READ THE CHECKLIST BELOW AND FILL IN THE DESCRIPTION ABOVE
-swhen doinggit commit[Bugfix],[Feat], and[CI].Pull Request opened by Augment Code with guidance from the PR author