summaryrefslogtreecommitdiff
path: root/gemfeed/DRAFT-x-rag-observability-hackathon.html
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/DRAFT-x-rag-observability-hackathon.html')
-rw-r--r--gemfeed/DRAFT-x-rag-observability-hackathon.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/gemfeed/DRAFT-x-rag-observability-hackathon.html b/gemfeed/DRAFT-x-rag-observability-hackathon.html
index cffd81b1..ec081953 100644
--- a/gemfeed/DRAFT-x-rag-observability-hackathon.html
+++ b/gemfeed/DRAFT-x-rag-observability-hackathon.html
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>Adding Observability to X-RAG</title>
+<title>X-RAG Observability Hackathon</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
<link rel="stylesheet" href="../style.css" />
<link rel="stylesheet" href="style-override.css" />
@@ -11,7 +11,7 @@
<p class="header">
<a href="https://foo.zone">Home</a> | <a href="https://codeberg.org/snonux/foo.zone/src/branch/content-md/gemfeed/DRAFT-x-rag-observability-hackathon.md">Markdown</a> | <a href="gemini://foo.zone/gemfeed/DRAFT-x-rag-observability-hackathon.gmi">Gemini</a>
</p>
-<h1 style='display: inline' id='adding-observability-to-x-rag'>Adding Observability to X-RAG</h1><br />
+<h1 style='display: inline' id='x-rag-observability-hackathon'>X-RAG Observability Hackathon</h1><br />
<br />
<span>This blog post describes my hackathon efforts adding observability to X-RAG, a distributed Retrieval-Augmented Generation (RAG) platform built by my brother Florian. I especially made time available over the weekend to join his 3-day hackathon (attending 2 days) with the goal of instrumenting his existing distributed system with observability. What started as "let&#39;s add some metrics" turned into a comprehensive implementation of the three pillars of observability: tracing, metrics, and logs.</span><br />
<br />
@@ -20,7 +20,7 @@
<h2 style='display: inline' id='table-of-contents'>Table of Contents</h2><br />
<br />
<ul>
-<li><a href='#adding-observability-to-x-rag'>Adding Observability to X-RAG</a></li>
+<li><a href='#x-rag-observability-hackathon'>X-RAG Observability Hackathon</a></li>
<li>⇢ <a href='#what-is-x-rag'>What is X-RAG?</a></li>
<li>⇢ <a href='#running-kubernetes-locally-with-kind'>Running Kubernetes locally with Kind</a></li>
<li>⇢ <a href='#motivation'>Motivation</a></li>