Spaces:
Sleeping
Sleeping
korupolujayanth2004 commited on
Commit ·
b69f44b
1
Parent(s): e280045
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Rag Mini Project
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Rag Mini Project
|
| 12 |
+
|
| 13 |
+
This is a Retrieval-Augmented Generation (RAG) chatbot project deployed with FastAPI and Docker on Hugging Face Spaces.
|