Skip to content

Commit ef099fd

Browse files
committed
feat: implement decision-based routing with plugin architecture
Signed-off-by: bitliu <[email protected]>
1 parent 8e0c431 commit ef099fd

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

deploy/helm/semantic-router/crds/vllm.ai_intelligentroutes.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,21 @@ spec:
200200
domains:
201201
description: Domains defines MMLU domain categories for classification
202202
items:
203-
type: string
203+
description: DomainSignal defines a domain category for classification
204+
properties:
205+
description:
206+
description: Description provides a human-readable description
207+
of this domain
208+
maxLength: 500
209+
type: string
210+
name:
211+
description: Name is the unique identifier for this domain
212+
maxLength: 100
213+
minLength: 1
214+
type: string
215+
required:
216+
- name
217+
type: object
204218
maxItems: 14
205219
type: array
206220
embeddings:

0 commit comments

Comments
 (0)