Prakyath01's picture
Update README.md
c49f4cf verified
|
raw
history blame
640 Bytes

Kubernetes RAG Assistant πŸ€–

A Retrieval-Augmented Generation (RAG) system that answers highly specific Kubernetes questions using official documentation.

πŸ”Ή Features:

  • Uses real Kubernetes docs as knowledge base
  • Citations included in every response
  • Deployed on Hugging Face πŸš€

How it works

1️⃣ User asks a Kubernetes question
2️⃣ Relevant doc chunks are retrieved
3️⃣ LLM produces grounded answer with citations


Tech stack

  • LangChain (Retrieval)
  • OpenRouter API (LLM)
  • Sentence Transformers (Embeddings)
  • Gradio (UI)
  • Hugging Face Spaces (Deployment)

🎯 Created by Prakyath01