Skip to content

Commit d448cff

Browse files
authored
feat(website): add new projects to acknowledgements section (#461)
* project: add ack oss projects Signed-off-by: bitliu <bitliu@tencent.com> * more Signed-off-by: bitliu <bitliu@tencent.com> * more Signed-off-by: bitliu <bitliu@tencent.com> * more Signed-off-by: bitliu <bitliu@tencent.com> --------- Signed-off-by: bitliu <bitliu@tencent.com>
1 parent d3bfc03 commit d448cff

File tree

7 files changed

+49
-1
lines changed

7 files changed

+49
-1
lines changed

website/src/components/AcknowledgementsSection/data.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"description": "A high-throughput and memory-efficient inference and serving engine for LLMs"
1111
},{
1212
"id": "huggingFace-candle",
13-
"name": "HuggingFace Candle",
13+
"name": "HuggingFace",
1414
"logo": "/img/acknowledgements/huggingface-logo.svg",
1515
"url": "https://github.com/huggingface/candle",
1616
"description": "Minimalist ML framework for Rust"
@@ -26,6 +26,42 @@
2626
"logo": "/img/acknowledgements/k8s-logo.png",
2727
"url": "https://github.com/kubernetes",
2828
"description": "Production-Grade Container Scheduling and Management"
29+
},{
30+
"id": "milvus",
31+
"name": "Milvus",
32+
"logo": "/img/acknowledgements/milvus.svg",
33+
"url": "https://github.com/milvus-io/milvus",
34+
"description": "A cloud-native vector database, storage for next generation AI applications"
35+
},{
36+
"id": "openwebui",
37+
"name": "Open WebUI",
38+
"logo": "/img/acknowledgements/openwebui.svg",
39+
"url": "https://github.com/open-webui/open-webui",
40+
"description": "User-friendly WebUI for LLMs (Formerly Ollama WebUI)"
41+
},{
42+
"id": "opentelemetry",
43+
"name": "OpenTelemetry",
44+
"logo": "/img/acknowledgements/opentelemetry-logo.jpg",
45+
"url": "https://github.com/open-telemetry",
46+
"description": "High-quality, ubiquitous, and portable telemetry to enable effective observability"
47+
},{
48+
"id": "prometheus",
49+
"name": "Prometheus",
50+
"logo": "/img/acknowledgements/prometheus-logo.jpg",
51+
"url": "https://github.com/prometheus/prometheus",
52+
"description": "The Prometheus monitoring system and time series database"
53+
},{
54+
"id": "grafana",
55+
"name": "Grafana",
56+
"logo": "/img/acknowledgements/grafana-logo.jpg",
57+
"url": "https://github.com/grafana/grafana",
58+
"description": "The open and composable observability and data visualization platform"
59+
},{
60+
"id": "jaeger",
61+
"name": "Jaeger",
62+
"logo": "/img/acknowledgements/jaeger-logo.jpg",
63+
"url": "https://github.com/jaegertracing/jaeger",
64+
"description": "CNCF Jaeger, a Distributed Tracing Platform"
2965
}
3066
]
3167
}
19.5 KB
Loading
125 KB
Loading
Lines changed: 11 additions & 0 deletions
Loading
4.18 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
328 KB
Loading

0 commit comments

Comments
 (0)