Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🧠 DocuMind: Enterprise RAG Chatbot
|
| 2 |
|
| 3 |
DocuMind is a production-ready, highly accurate Enterprise Retrieval-Augmented Generation (RAG) system. It allows organizations to ingest `.pdf`, `.docx`, and `.txt` documents and interact with them securely using a ChatGPT-style interface, completely circumventing LLM hallucinations by enforcing strict source-grounding.
|
|
@@ -62,4 +70,4 @@ This project contains a unified `Dockerfile` and `run.sh` script precisely tuned
|
|
| 62 |
---
|
| 63 |
|
| 64 |
## 🔒 Security & Model Boundaries
|
| 65 |
-
Please review [MODEL_CARD.md](MODEL_CARD.md) for detailed descriptions on token chunking logic, LLM fallback behaviors limiting false generation, and privacy constraints.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: DocuMind
|
| 4 |
+
sdk: docker
|
| 5 |
+
colorFrom: red
|
| 6 |
+
colorTo: green
|
| 7 |
+
short_description: Enterprise RAG Chatbot
|
| 8 |
+
---
|
| 9 |
# 🧠 DocuMind: Enterprise RAG Chatbot
|
| 10 |
|
| 11 |
DocuMind is a production-ready, highly accurate Enterprise Retrieval-Augmented Generation (RAG) system. It allows organizations to ingest `.pdf`, `.docx`, and `.txt` documents and interact with them securely using a ChatGPT-style interface, completely circumventing LLM hallucinations by enforcing strict source-grounding.
|
|
|
|
| 70 |
---
|
| 71 |
|
| 72 |
## 🔒 Security & Model Boundaries
|
| 73 |
+
Please review [MODEL_CARD.md](MODEL_CARD.md) for detailed descriptions on token chunking logic, LLM fallback behaviors limiting false generation, and privacy constraints.
|