Prakyath01's picture
Update README.md
00edfdd verified
|
raw
history blame
614 Bytes
---
title: "Kubernetes RAG Assistant"
emoji: "πŸš€"
colorFrom: "gray"
colorTo: "blue"
sdk: "gradio"
sdk_version: "4.16.0"
app_file: "app.py"
pinned: false
---
# 🧠 Kubernetes RAG Assistant
A Retrieval-Augmented Generation (RAG) system that answers Kubernetes questions using **real documentation** with **citations**.
βœ” Uses OpenRouter models
βœ” Vector search with embeddings
βœ” Live deployed app on Hugging Face
---
### πŸ” How It Works
1️⃣ User asks a question
2️⃣ Retriever fetches top document chunks
3️⃣ LLM responds with verifiable citations
---
Created by **Prakyath01**