Prakyath01's picture
Update README.md
4a351f8 verified

A newer version of the Gradio SDK is available: 6.1.0

Upgrade
metadata
title: Kubernetes RAG Assistant
emoji: πŸš€
colorFrom: gray
colorTo: blue
sdk: gradio
sdk_version: 6.0.2
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