"lib/kv-router/src/indexer/positional.rs" did not exist on "937398cf61d5cc329e80cb5c7b70e574c02c2251"
feature_readme.md 862 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
orphan: true
---

# <Feature>

<!-- 2-3 sentence overview of this cross-cutting feature -->

## Backend Support

<!-- Copy actual backend support from existing feature docs -->
<!-- Example pattern (from Multimodal index.md): -->

| Backend | Status | Notes |
|---------|--------|-------|
| vLLM | ✅ | Full support |
| SGLang | ✅ | |
| TensorRT-LLM | 🚧 | Limited support |

See the Feature Matrix for full compatibility.

## Overview

<!-- How this feature works across backends -->

## Quick Start

<!-- Add minimal example from existing feature docs -->

## Backend-Specific Guides

| Backend | Guide |
|---------|-------|
| vLLM | `<feature>_vllm.md` |
| SGLang | `<feature>_sglang.md` |
| TensorRT-LLM | `<feature>_trtllm.md` |

<!-- Convert table rows to markdown links -->

## See Also

- <!-- Related features -->
- <!-- Related components -->