KUNAL SHAW commited on
Commit
71c1218
·
1 Parent(s): 43aa251

Add HF Spaces YAML frontmatter to README

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # 🤖 RAG Chatbot for Agentic AI eBook
2
 
3
  A Retrieval-Augmented Generation (RAG) chatbot that answers questions **strictly** from the supplied Agentic AI eBook PDF. Built as an AI Engineer Internship assignment.
 
1
+ ---
2
+ title: RAG Chatbot for Agentic AI eBook
3
+ emoji: 🤖
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: "1.28.0"
8
+ app_file: streamlit_app/app.py
9
+ pinned: false
10
+ ---
11
+
12
  # 🤖 RAG Chatbot for Agentic AI eBook
13
 
14
  A Retrieval-Augmented Generation (RAG) chatbot that answers questions **strictly** from the supplied Agentic AI eBook PDF. Built as an AI Engineer Internship assignment.