Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 37 additions & 1 deletion website/src/components/AcknowledgementsSection/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions website/static/img/acknowledgements/milvus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions website/static/img/acknowledgements/openwebui.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading