Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
---
|
| 2 |
title: RAG Document Q&A Assistant
|
| 3 |
emoji: π
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
@@ -91,11 +91,6 @@ collection = chroma_client.create_collection(name="documents", ...)
|
|
| 91 |
**Problem:** Some PDFs have unusual formatting resulting in few chunks.
|
| 92 |
**Solution:** PyMuPDF (fitz) handles most PDF formats reliably. For problematic PDFs, fixed-size chunking provides more consistent results than paragraph-based.
|
| 93 |
|
| 94 |
-
### Challenge 3: Hugging Face Dependency Conflicts
|
| 95 |
-
|
| 96 |
-
**Problem:** `ImportError: cannot import name 'HfFolder' from 'huggingface_hub'`
|
| 97 |
-
**Cause:** Version mismatch between gradio and huggingface-hub.
|
| 98 |
-
**Solution:** Pin specific compatible versions in requirements.txt.
|
| 99 |
|
| 100 |
## π Features
|
| 101 |
|
|
@@ -127,4 +122,4 @@ collection = chroma_client.create_collection(name="documents", ...)
|
|
| 127 |
- [RAG Document Q&A (LangChain version)](https://huggingface.co/spaces/Nav772/rag-document-qa)
|
| 128 |
- [Movie Sentiment Analyzer](https://huggingface.co/spaces/Nav772/movie-sentiment-analyzer)
|
| 129 |
- [Amazon Review Rating Predictor](https://huggingface.co/spaces/Nav772/amazon-review-rating-predictor)
|
| 130 |
-
- [Food Image Classifier](https://huggingface.co/spaces/Nav772/food-image-classifier)
|
|
|
|
| 1 |
---
|
| 2 |
title: RAG Document Q&A Assistant
|
| 3 |
emoji: π
|
| 4 |
+
colorFrom: green
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.5.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
| 91 |
**Problem:** Some PDFs have unusual formatting resulting in few chunks.
|
| 92 |
**Solution:** PyMuPDF (fitz) handles most PDF formats reliably. For problematic PDFs, fixed-size chunking provides more consistent results than paragraph-based.
|
| 93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
|
| 95 |
## π Features
|
| 96 |
|
|
|
|
| 122 |
- [RAG Document Q&A (LangChain version)](https://huggingface.co/spaces/Nav772/rag-document-qa)
|
| 123 |
- [Movie Sentiment Analyzer](https://huggingface.co/spaces/Nav772/movie-sentiment-analyzer)
|
| 124 |
- [Amazon Review Rating Predictor](https://huggingface.co/spaces/Nav772/amazon-review-rating-predictor)
|
| 125 |
+
- [Food Image Classifier](https://huggingface.co/spaces/Nav772/food-image-classifier)
|