Spaces:
Sleeping
Sleeping
docs: update HF Space links
Browse files- Fix links to hugging face spaces
- Correct wrong project name in README
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 📚
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
|
@@ -17,7 +17,7 @@ GitHub Repository: https://github.com/pkgprateek/ai-rag-document
|
|
| 17 |
View source code, CI/CD setup, and contribution guidelines
|
| 18 |
-->
|
| 19 |
|
| 20 |
-
#
|
| 21 |
|
| 22 |
> Production-ready RAG-powered document Q&A with automated CI/CD deployment
|
| 23 |
|
|
@@ -30,7 +30,7 @@ View source code, CI/CD setup, and contribution guidelines
|
|
| 30 |
|
| 31 |
## Live Demo
|
| 32 |
|
| 33 |
-
**Try it now**: [
|
| 34 |
|
| 35 |
Upload documents (PDF, DOCX, TXT) and ask questions - get citation-backed answers powered by RAG.
|
| 36 |
|
|
@@ -222,7 +222,7 @@ This project is available under the MIT License - see LICENSE file for details.
|
|
| 222 |
|
| 223 |
- GitHub: [@pkgprateek](https://github.com/pkgprateek)
|
| 224 |
- Hugging Face: [@pkgprateek](https://huggingface.co/pkgprateek)
|
| 225 |
-
- Live Demo: [
|
| 226 |
|
| 227 |
---
|
| 228 |
|
|
@@ -234,4 +234,4 @@ Built with modern MLOps best practices:
|
|
| 234 |
- Encrypted secrets management
|
| 235 |
- Version-controlled deployment workflows
|
| 236 |
|
| 237 |
-
**For Recruiters**: This project demonstrates production-grade software engineering practices including automated deployment pipelines, proper error handling, clean architecture, and professional documentation standards used at FAANG companies.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: RAG Document Question-Answer System
|
| 3 |
emoji: 📚
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
|
|
|
| 17 |
View source code, CI/CD setup, and contribution guidelines
|
| 18 |
-->
|
| 19 |
|
| 20 |
+
# RAG Document Question Answer System
|
| 21 |
|
| 22 |
> Production-ready RAG-powered document Q&A with automated CI/CD deployment
|
| 23 |
|
|
|
|
| 30 |
|
| 31 |
## Live Demo
|
| 32 |
|
| 33 |
+
**Try it now**: [RAG Document QA on Hugging Face Spaces](https://huggingface.co/spaces/pkgprateek/ai-rag-document)
|
| 34 |
|
| 35 |
Upload documents (PDF, DOCX, TXT) and ask questions - get citation-backed answers powered by RAG.
|
| 36 |
|
|
|
|
| 222 |
|
| 223 |
- GitHub: [@pkgprateek](https://github.com/pkgprateek)
|
| 224 |
- Hugging Face: [@pkgprateek](https://huggingface.co/pkgprateek)
|
| 225 |
+
- Live Demo: [RAG Document QA](https://huggingface.co/spaces/pkgprateek/ai-rag-document)
|
| 226 |
|
| 227 |
---
|
| 228 |
|
|
|
|
| 234 |
- Encrypted secrets management
|
| 235 |
- Version-controlled deployment workflows
|
| 236 |
|
| 237 |
+
**For Recruiters**: This project demonstrates production-grade software engineering practices including automated deployment pipelines, proper error handling, clean architecture, and professional documentation standards used at FAANG companies.
|