Prakyath01 commited on
Commit
c49f4cf
·
verified ·
1 Parent(s): 5ea87d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -9
README.md CHANGED
@@ -1,12 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- title: Kubernetes Rag Assistant
3
- emoji: 🚀
4
- colorFrom: green
5
- colorTo: red
6
- sdk: gradio
7
- sdk_version: 6.0.2
8
- app_file: app.py
9
- pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ # Kubernetes RAG Assistant 🤖
2
+
3
+ A Retrieval-Augmented Generation (RAG) system that answers highly specific Kubernetes questions using official documentation.
4
+
5
+ 🔹 Features:
6
+ - Uses real Kubernetes docs as knowledge base
7
+ - Citations included in every response
8
+ - Deployed on Hugging Face 🚀
9
+
10
+ ---
11
+
12
+ ### How it works
13
+ 1️⃣ User asks a Kubernetes question
14
+ 2️⃣ Relevant doc chunks are retrieved
15
+ 3️⃣ LLM produces grounded answer with citations
16
+
17
  ---
18
+
19
+ ### Tech stack
20
+ - LangChain (Retrieval)
21
+ - OpenRouter API (LLM)
22
+ - Sentence Transformers (Embeddings)
23
+ - Gradio (UI)
24
+ - Hugging Face Spaces (Deployment)
25
+
26
  ---
27
 
28
+ 🎯 Created by Prakyath01