Skip to content

Conversation

wangchen615
Copy link
Collaborator

What type of PR is this?
docs: add comprehensive use case pages for multi-provider and keyword-based routing

What this PR does / why we need it:

This PR adds dedicated Use Case Pages to showcase the core user scenarios and practical applications of the vLLM Semantic Router (VSR). The documentation now includes:

  • Multi-Provider Routing Use Case: Demonstrates how to route queries to the best AI provider for each specific task (coding → Claude, business writing → GPT-4, research → Gemini, sensitive data → internal models)
  • Keyword-Based Routing Use Case: Shows how to implement transparent, deterministic routing rules for enterprise security and compliance
  • Updated Use Cases Index: Provides an overview of proposed enterprise use cases with user story focused descriptions

The new documentation addresses the gap identified in issue #174 by:

  1. Demonstrating practical applications of VSR's intelligent routing capabilities through real-world scenarios
  2. Showcasing cost optimization benefits through specific use cases for tech startups, consulting firms, and financial services
  3. Highlighting security and privacy features with examples of compliance routing and data sovereignty
  4. Providing implementation guidance for common enterprise scenarios
  5. Helping users identify which scenarios best fit their needs

Each use case includes:

  • Real-world scenarios with specific business needs
  • Clear business value propositions
  • Practical examples for different industries
  • Next steps for planning and implementation

Which issue(s) this PR fixes:
Fixes #174

Release Notes: Yes

This documentation addition helps users understand when and how to apply VSR in their specific contexts, making the project more accessible to enterprise users and decision-makers who need to understand the business value and practical applications of semantic routing capabilities.

- Add comprehensive use case documentation for multi-provider routing
- Add detailed use case documentation for keyword-based routing
- Update use cases index with user story focused descriptions
- Focus on business value and real-world scenarios rather than technical implementation
- Include specific examples for tech startups, consulting firms, and financial services

Signed-off-by: Chen Wang <[email protected]>
@wangchen615 wangchen615 requested a review from Xunzhuo as a code owner October 15, 2025 06:23
Copy link

netlify bot commented Oct 15, 2025

Deploy Preview for vllm-semantic-router ready!

Name Link
🔨 Latest commit 98453b6
🔍 Latest deploy log https://app.netlify.com/projects/vllm-semantic-router/deploys/68ef3df69b06df000870b9cb
😎 Deploy Preview https://deploy-preview-436--vllm-semantic-router.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

👥 vLLM Semantic Team Notification

The following members have been identified for the changed files in this PR and have been automatically assigned:

📁 website

Owners: @Xunzhuo, @rootfs, @yuluo-yx
Files changed:

  • website/docs/use-cases/index.md
  • website/docs/use-cases/keyword-based-routing.md
  • website/docs/use-cases/multi-provider-routing.md
  • website/sidebars.ts

vLLM

🎉 Thanks for your contributions!

This comment was automatically generated based on the OWNER files in the repository.

@rootfs
Copy link
Collaborator

rootfs commented Oct 15, 2025

@wangchen615 can you run make markdown-lint-fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Use Case Pages to Showcase VSR Core User Scenarios

3 participants