Daryl Lim commited on
Commit
7f14721
·
1 Parent(s): 14ec3e6

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ langchain>=0.3.23
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>=2.6.0
11
+ transformers>=4.51.1
12
+ accelerate>=1.6.0
13
+ gradio>=5.24.0
14
+ einops>=0.8.1