Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -10
requirements.txt
CHANGED
@@ -10,10 +10,9 @@ langchain-core==0.3.0
|
|
10 |
langchain-text-splitters==0.3.0
|
11 |
langchain-huggingface==0.1.0
|
12 |
|
13 |
-
# Vector store and
|
14 |
faiss-cpu==1.8.0
|
15 |
sentence-transformers==3.0.1
|
16 |
-
clip-by-openai==1.0
|
17 |
|
18 |
# PDF processing and multimodal support
|
19 |
unstructured[pdf]==0.15.12
|
@@ -37,12 +36,10 @@ requests==2.32.3
|
|
37 |
torch==2.4.0
|
38 |
torchvision==0.19.0
|
39 |
|
40 |
-
# For better PDF extraction
|
41 |
-
#detectron2 @ git+https://github.com/facebookresearch/detectron2.git
|
42 |
-
#layoutparser[paddlepaddle]==0.3.4
|
43 |
|
44 |
-
#
|
45 |
-
|
46 |
-
|
47 |
-
#libgl1-mesa-glx
|
48 |
-
#libglib2.0-0
|
|
|
10 |
langchain-text-splitters==0.3.0
|
11 |
langchain-huggingface==0.1.0
|
12 |
|
13 |
+
# Vector store and open-source embeddings
|
14 |
faiss-cpu==1.8.0
|
15 |
sentence-transformers==3.0.1
|
|
|
16 |
|
17 |
# PDF processing and multimodal support
|
18 |
unstructured[pdf]==0.15.12
|
|
|
36 |
torch==2.4.0
|
37 |
torchvision==0.19.0
|
38 |
|
39 |
+
# For better PDF extraction (optional - can be commented out if issues)
|
40 |
+
# detectron2 @ git+https://github.com/facebookresearch/detectron2.git
|
41 |
+
# layoutparser[paddlepaddle]==0.3.4
|
42 |
|
43 |
+
# Essential for text processing
|
44 |
+
tiktoken==0.7.0
|
45 |
+
charset-normalizer==3.3.2
|
|
|
|