Spaces:
Running
Running
Vamshi Pokala Claude Sonnet 4.6 commited on
Commit ·
ac6b0c0
1
Parent(s): 6c1463d
fix: add HF Spaces frontmatter to root README
Browse filesHF Spaces reads the config from the root README.md, not spaces/README.md.
Adding the required frontmatter block so the Space can detect the sdk,
app_file (spaces/app.py), and other metadata.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Doc-Ingestion
|
| 2 |
|
| 3 |
Citation-aware RAG system for ingesting documents and generating grounded answers with truthfulness scores — CLI, API, and Streamlit UI.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Doc Ingestion RAG Demo
|
| 3 |
+
emoji: 📚
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.37.0"
|
| 8 |
+
app_file: spaces/app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Doc-Ingestion
|
| 14 |
|
| 15 |
Citation-aware RAG system for ingesting documents and generating grounded answers with truthfulness scores — CLI, API, and Streamlit UI.
|