Spaces:
Build error
Build error
Commit ·
c1684ca
1
Parent(s): 6c97eab
docs: Add Hugging Face Space configuration
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# D&D RAG System
|
| 2 |
|
| 3 |
An AI-powered Dungeon Master assistant using Retrieval Augmented Generation (RAG) with D&D 5e content.
|
|
@@ -639,4 +648,4 @@ Make sure these files exist in the project root:
|
|
| 639 |
|
| 640 |
**Status**: 🚧 In Active Development
|
| 641 |
|
| 642 |
-
See `plan_progress.md` for detailed development progress.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: D&D RAG GM
|
| 3 |
+
emoji: 🎲
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# D&D RAG System
|
| 11 |
|
| 12 |
An AI-powered Dungeon Master assistant using Retrieval Augmented Generation (RAG) with D&D 5e content.
|
|
|
|
| 648 |
|
| 649 |
**Status**: 🚧 In Active Development
|
| 650 |
|
| 651 |
+
See `plan_progress.md` for detailed development progress.
|