-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (52 loc) · 2.86 KB
/
index.html
File metadata and controls
58 lines (52 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Demos Helm Chart Repository</title>
<style>
body { font-family: Arial, sans-serif; margin: 40px; }
h1 { color: #333; }
.chart { margin: 20px 0; padding: 15px; border: 1px solid #ddd; border-radius: 5px; }
.chart h3 { color: #0066cc; margin-top: 0; }
.chart p { margin: 5px 0; }
code { background: #f4f4f4; padding: 2px 4px; border-radius: 3px; }
</style>
</head>
<body>
<h1>AI Demos Helm Chart Repository</h1>
<p>This is a Helm chart repository hosted on GitHub Pages. Charts are available for installation in Kubernetes environments.</p>
<h2>Available Charts</h2>
<div class="chart">
<h3>ai-compare-opentelemetry</h3>
<p><strong>Latest Version:</strong> 0.1.314</p>
<p><strong>Description:</strong> Advanced observability-focused AI response comparison platform with comprehensive GenAI telemetry, token-level cost tracking, and SUSE Observability integration.</p>
<p><strong>Install:</strong> <code>helm install my-release https://wiredquill.github.io/ai-demos/ --repo https://wiredquill.github.io/ai-demos/ --version 0.1.314</code></p>
</div>
<div class="chart">
<h3>ai-compare</h3>
<p><strong>Latest Version:</strong> 0.1.306</p>
<p><strong>Description:</strong> Side-by-side AI response comparison platform featuring Ollama, Open WebUI, and custom chat interface with security demonstrations.</p>
<p><strong>Install:</strong> <code>helm install my-release https://wiredquill.github.io/ai-demos/ --repo https://wiredquill.github.io/ai-demos/ --version 0.1.306</code></p>
</div>
<div class="chart">
<h3>ai-compare-suse</h3>
<p><strong>Latest Version:</strong> 0.1.306</p>
<p><strong>Description:</strong> Enterprise AI response comparison platform optimized for SUSE environments with BCI images and NeuVector security demos.</p>
<p><strong>Install:</strong> <code>helm install my-release https://wiredquill.github.io/ai-demos/ --repo https://wiredquill.github.io/ai-demos/ --version 0.1.306</code></p>
</div>
<h2>Add Repository</h2>
<p>Add this repository to your Helm client:</p>
<code>helm repo add ai-demos https://wiredquill.github.io/ai-demos/</code>
<br><br>
<code>helm repo update</code>
<h2>Manual Chart Downloads</h2>
<p>Charts are also available for direct download:</p>
<ul>
<li><a href="./ai-compare-opentelemetry-0.1.314.tgz">ai-compare-opentelemetry-0.1.314.tgz</a></li>
<li><a href="./ai-compare-0.1.306.tgz">ai-compare-0.1.306.tgz</a></li>
<li><a href="./ai-compare-suse-0.1.306.tgz">ai-compare-suse-0.1.306.tgz</a></li>
<li><a href="./index.yaml">index.yaml</a></li>
</ul>
</body>
</html>