diff --git a/website/src/components/AcknowledgementsSection/data.json b/website/src/components/AcknowledgementsSection/data.json
index c320ac02..9a703801 100644
--- a/website/src/components/AcknowledgementsSection/data.json
+++ b/website/src/components/AcknowledgementsSection/data.json
@@ -10,7 +10,7 @@
"description": "A high-throughput and memory-efficient inference and serving engine for LLMs"
},{
"id": "huggingFace-candle",
- "name": "HuggingFace Candle",
+ "name": "HuggingFace",
"logo": "/img/acknowledgements/huggingface-logo.svg",
"url": "https://github.com/huggingface/candle",
"description": "Minimalist ML framework for Rust"
@@ -26,6 +26,42 @@
"logo": "/img/acknowledgements/k8s-logo.png",
"url": "https://github.com/kubernetes",
"description": "Production-Grade Container Scheduling and Management"
+ },{
+ "id": "milvus",
+ "name": "Milvus",
+ "logo": "/img/acknowledgements/milvus.svg",
+ "url": "https://github.com/milvus-io/milvus",
+ "description": "A cloud-native vector database, storage for next generation AI applications"
+ },{
+ "id": "openwebui",
+ "name": "Open WebUI",
+ "logo": "/img/acknowledgements/openwebui.svg",
+ "url": "https://github.com/open-webui/open-webui",
+ "description": "User-friendly WebUI for LLMs (Formerly Ollama WebUI)"
+ },{
+ "id": "opentelemetry",
+ "name": "OpenTelemetry",
+ "logo": "/img/acknowledgements/opentelemetry-logo.jpg",
+ "url": "https://github.com/open-telemetry",
+ "description": "High-quality, ubiquitous, and portable telemetry to enable effective observability"
+ },{
+ "id": "prometheus",
+ "name": "Prometheus",
+ "logo": "/img/acknowledgements/prometheus-logo.jpg",
+ "url": "https://github.com/prometheus/prometheus",
+ "description": "The Prometheus monitoring system and time series database"
+ },{
+ "id": "grafana",
+ "name": "Grafana",
+ "logo": "/img/acknowledgements/grafana-logo.jpg",
+ "url": "https://github.com/grafana/grafana",
+ "description": "The open and composable observability and data visualization platform"
+ },{
+ "id": "jaeger",
+ "name": "Jaeger",
+ "logo": "/img/acknowledgements/jaeger-logo.jpg",
+ "url": "https://github.com/jaegertracing/jaeger",
+ "description": "CNCF Jaeger, a Distributed Tracing Platform"
}
]
}
diff --git a/website/static/img/acknowledgements/grafana-logo.jpg b/website/static/img/acknowledgements/grafana-logo.jpg
new file mode 100644
index 00000000..3d1f97ea
Binary files /dev/null and b/website/static/img/acknowledgements/grafana-logo.jpg differ
diff --git a/website/static/img/acknowledgements/jaeger-logo.jpg b/website/static/img/acknowledgements/jaeger-logo.jpg
new file mode 100644
index 00000000..703fa4fe
Binary files /dev/null and b/website/static/img/acknowledgements/jaeger-logo.jpg differ
diff --git a/website/static/img/acknowledgements/milvus.svg b/website/static/img/acknowledgements/milvus.svg
new file mode 100644
index 00000000..289690e0
--- /dev/null
+++ b/website/static/img/acknowledgements/milvus.svg
@@ -0,0 +1,11 @@
+
diff --git a/website/static/img/acknowledgements/opentelemetry-logo.jpg b/website/static/img/acknowledgements/opentelemetry-logo.jpg
new file mode 100644
index 00000000..0cca1f5b
Binary files /dev/null and b/website/static/img/acknowledgements/opentelemetry-logo.jpg differ
diff --git a/website/static/img/acknowledgements/openwebui.svg b/website/static/img/acknowledgements/openwebui.svg
new file mode 100644
index 00000000..6d427a6f
--- /dev/null
+++ b/website/static/img/acknowledgements/openwebui.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/website/static/img/acknowledgements/prometheus-logo.jpg b/website/static/img/acknowledgements/prometheus-logo.jpg
new file mode 100644
index 00000000..d7d46b82
Binary files /dev/null and b/website/static/img/acknowledgements/prometheus-logo.jpg differ