Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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+
|