Muzamil305 commited on
Commit
5604efb
·
verified ·
1 Parent(s): 6eba85c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -15
requirements.txt CHANGED
@@ -1,16 +1,12 @@
1
- numpy>=1.26.2,<3.0
2
- unidecode==1.3.8
3
- accelerate==1.5.2
4
- pypdf==5.4.0
5
- sentence-transformers==3.4.1
6
- gradio==5.24.0
7
- langchain_community==0.3.21
8
- chromadb==1.0.4
9
- PyPDF2==3.0.1
10
- fitz==0.0.1.dev2
11
- ipdb==0.13.13
12
- langchain==0.3.23
13
  huggingface_hub
14
- langchain-huggingface==0.1.2
15
- faiss-gpu-cu12 # CUDA 12.x, Python 3.8+
16
- faiss-gpu-cu11 # CUDA 11.x, Python 3.8+
 
 
 
 
 
 
 
1
+ gradio
2
+ langchain-huggingface
 
 
 
 
 
 
 
 
 
 
3
  huggingface_hub
4
+ unstructured[pdf]
5
+ pillow
6
+ langchain-core
7
+ langchain-text-splitters
8
+ sentence-transformers
9
+ python-magic
10
+ PyPDF2
11
+ pymupdf
12
+ pytesseract