Skip to content

Commit 6fd5669

Browse files
authored
feat: add semantic-router helm chart (#3)
* feat: add semantic-router helm chart Signed-off-by: rambohe-ch <rambohe.ch@gmail.com> * update semanitc-router to a fixed tag Signed-off-by: rambohe-ch <rambohe.ch@gmail.com> --------- Signed-off-by: rambohe-ch <rambohe.ch@gmail.com>
1 parent 58e8d71 commit 6fd5669

File tree

9 files changed

+1163
-0
lines changed

9 files changed

+1163
-0
lines changed

charts/semantic-router/.helmignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*.orig
18+
*~
19+
# Various IDEs
20+
.project
21+
.idea/
22+
*.tmproj
23+
.vscode/

charts/semantic-router/Chart.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: v2
2+
name: semantic-router
3+
description: A Helm chart for Semantic Router - Intelligent Mixture-of-Models Router for Efficient LLM Inference
4+
type: application
5+
version: 0.1.0
6+
appVersion: "604225170261470c0dd6c40c4150cc6b79bd44f5"
7+
keywords:
8+
- semantic-router
9+
- llm
10+
- inference
11+
- routing
12+
- ai
13+
home: https://github.com/vllm-project/semantic-router
14+
sources:
15+
- https://github.com/vllm-project/semantic-router
16+
maintainers:
17+
- name: vLLM Project
18+
email: maintainers@vllm.ai

0 commit comments

Comments
 (0)