Spaces:
Running
Running
XQ commited on
Commit ·
7620fc8
1
Parent(s): fb637fc
Update README
Browse files- README.md +2 -0
- src/ui/app.py +2 -0
README.md
CHANGED
|
@@ -10,6 +10,8 @@ noindex: true
|
|
| 10 |
|
| 11 |
# Doc Assistant
|
| 12 |
|
|
|
|
|
|
|
| 13 |
A RAG-based document assistant for Danish-language PDFs, featuring hybrid search, cross-encoder reranking, and structured evaluation.
|
| 14 |
|
| 15 |
## Architecture
|
|
|
|
| 10 |
|
| 11 |
# Doc Assistant
|
| 12 |
|
| 13 |
+
**Live Demo:** [xq-dokumentassistent.hf.space](https://xq-dokumentassistent.hf.space) — hosted on Hugging Face Spaces
|
| 14 |
+
|
| 15 |
A RAG-based document assistant for Danish-language PDFs, featuring hybrid search, cross-encoder reranking, and structured evaluation.
|
| 16 |
|
| 17 |
## Architecture
|
src/ui/app.py
CHANGED
|
@@ -201,6 +201,8 @@ st.set_page_config(
|
|
| 201 |
layout="centered",
|
| 202 |
)
|
| 203 |
|
|
|
|
|
|
|
| 204 |
# ---------------------------------------------------------------------------
|
| 205 |
# Analytics — Umami Cloud
|
| 206 |
# ---------------------------------------------------------------------------
|
|
|
|
| 201 |
layout="centered",
|
| 202 |
)
|
| 203 |
|
| 204 |
+
st.markdown('<meta name="robots" content="noindex, nofollow">', unsafe_allow_html=True)
|
| 205 |
+
|
| 206 |
# ---------------------------------------------------------------------------
|
| 207 |
# Analytics — Umami Cloud
|
| 208 |
# ---------------------------------------------------------------------------
|