pkgprateek commited on
Commit
e49f1e9
·
unverified ·
1 Parent(s): 9680eb4

docs: update HF Space links

Browse files

- Fix links to hugging face spaces
- Correct wrong project name in README

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: AI Intelligent Document Chat (with RAG)
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
- # AI Document Intelligence System
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**: [AI Document Intelligence 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,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: [AI Document Intelligence](https://huggingface.co/spaces/pkgprateek/ai-rag-document)
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.