docs: Add comprehensive documentation and semantic router example#229
Open
yurekami wants to merge 1 commit intoovg-project:mainfrom
Open
docs: Add comprehensive documentation and semantic router example#229yurekami wants to merge 1 commit intoovg-project:mainfrom
yurekami wants to merge 1 commit intoovg-project:mainfrom
Conversation
This PR addresses multiple documentation and feature requests: - Add docs/API.md with comprehensive API reference (ovg-project#48) - Environment variables documentation - CLI tools reference (kvctl) - Python API with code examples - Integration APIs for vLLM and SGLang - Controller REST API endpoints - Add docs/COMPATIBILITY.md for version compatibility (ovg-project#222) - PyTorch version support (2.4.x - 2.8.x) - vLLM version matrix (0.8.4 - 0.11.x) - SGLang version support - Known issues including PyTorch 2.8.0 undefined symbol error - GPU architecture support table - Container/Kubernetes compatibility notes (ovg-project#87) - Add docs/ARCHITECTURE.md for system architecture (ovg-project#117) - System overview diagram - Engine decoupling explanation - IPC mechanism details - Memory lifecycle documentation - Configuration guidance for decoupled operation - Add examples/09_semantic_router/ for content-based routing (ovg-project#91) - FastAPI-based semantic router - Sentence-transformers integration for query classification - Fallback keyword matching - Statistics and monitoring endpoints - Improve error messages in ElasticBlockPool (ovg-project#197) - Show available vs requested blocks - Display current usage percentage - Provide actionable suggestions Closes ovg-project#48, ovg-project#87, ovg-project#91, ovg-project#117, ovg-project#197, ovg-project#222 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR addresses multiple documentation and feature requests to improve the kvcached user experience:
Documentation (docs/)
API.md - Comprehensive API reference including:
COMPATIBILITY.md - Version compatibility guide:
ARCHITECTURE.md - System architecture documentation:
Examples (examples/)
Bug Fixes
Issues Addressed
Test Plan
🤖 Generated with Claude Code