DjornIronshield commited on
Commit
c040871
·
verified ·
1 Parent(s): 768786f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -1
requirements.txt CHANGED
@@ -1 +1,20 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core
2
+ transformers>=4.42.0
3
+ accelerate>=0.32.0
4
+ torch>=2.2.0
5
+
6
+ # App
7
+ gradio>=4.38.0
8
+
9
+ # LangChain & friends
10
+ langchain>=0.2.3
11
+ langchain-community>=0.2.4
12
+ langchain-text-splitters>=0.2.2
13
+ faiss-cpu>=1.8.0
14
+ sentence-transformers>=3.0.0
15
+
16
+ # PDF & utils
17
+ pypdf>=4.2.0
18
+ pymupdf>=1.24.4
19
+ tqdm>=4.66.0
20
+ python-dotenv>=1.0.1