diff options
| author | Paul Buetow <paul@buetow.org> | 2025-12-24 00:44:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-12-24 00:44:27 +0200 |
| commit | e457e603b24d5b1d6c20a7c69bb5bf8a2635ec42 (patch) | |
| tree | c64867e41e2b0610af13304b20b8735cc29c6be4 /gemfeed | |
| parent | 7122d99eb14b743aa40a6f4a4f9d3a4112c4e0f8 (diff) | |
Update content for md
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/DRAFT-x-rag-observability-hackathon.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/DRAFT-x-rag-observability-hackathon.md b/gemfeed/DRAFT-x-rag-observability-hackathon.md index ac27ab4b..1e0d158d 100644 --- a/gemfeed/DRAFT-x-rag-observability-hackathon.md +++ b/gemfeed/DRAFT-x-rag-observability-hackathon.md @@ -1,4 +1,4 @@ -# Adding Observability to X-RAG +# X-RAG Observability Hackathon 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's add some metrics" turned into a comprehensive implementation of the three pillars of observability: tracing, metrics, and logs. @@ -6,7 +6,7 @@ This blog post describes my hackathon efforts adding observability to X-RAG, a d ## Table of Contents -* [⇢ Adding Observability to X-RAG](#adding-observability-to-x-rag) +* [⇢ X-RAG Observability Hackathon](#x-rag-observability-hackathon) * [⇢ ⇢ What is X-RAG?](#what-is-x-rag) * [⇢ ⇢ Running Kubernetes locally with Kind](#running-kubernetes-locally-with-kind) * [⇢ ⇢ Motivation](#motivation) |
