sofzcc commited on
Commit
3f19cda
·
verified ·
1 Parent(s): 53fc0c8

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -0
requirements.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==4.44.1
2
+
3
+ # Embeddings + QA
4
+ sentence-transformers==2.7.0
5
+ transformers==4.36.2
6
+ torch==2.1.2
7
+ huggingface-hub==0.23.0
8
+ tokenizers>=0.15.0
9
+ safetensors>=0.4.0
10
+
11
+ # Vector search
12
+ faiss-cpu==1.7.4
13
+ numpy==1.24.3
14
+
15
+ # Document processing
16
+ PyPDF2==3.0.1
17
+ python-docx==1.1.0
18
+
19
+ # Config & utils
20
+ pyyaml==6.0.1
21
+ tqdm>=4.65.0