Spaces:
Running
on
Zero
Running
on
Zero
Daryl Lim
commited on
Commit
·
5750f60
1
Parent(s):
07797e1
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -2,9 +2,11 @@ langchain>=0.3.23
|
|
2 |
langchain-community>=0.3.21
|
3 |
langchain-core>=0.3.51
|
4 |
langchain-huggingface>=0.1.2
|
|
|
5 |
docling>=2.28.4
|
6 |
unstructured>=0.17.2
|
7 |
faiss-cpu>=1.10.0
|
|
|
8 |
torch
|
9 |
transformers>=4.51.1
|
10 |
accelerate>=1.6.0
|
|
|
2 |
langchain-community>=0.3.21
|
3 |
langchain-core>=0.3.51
|
4 |
langchain-huggingface>=0.1.2
|
5 |
+
markdown>=3.7
|
6 |
docling>=2.28.4
|
7 |
unstructured>=0.17.2
|
8 |
faiss-cpu>=1.10.0
|
9 |
+
requests>=2.32.3
|
10 |
torch
|
11 |
transformers>=4.51.1
|
12 |
accelerate>=1.6.0
|