Nav772 commited on
Commit
d4eadaa
Β·
verified Β·
1 Parent(s): 47dd5e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -8
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
  title: RAG Document Q&A Assistant
3
  emoji: πŸ“„
4
- colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.44.1
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)