sofzcc commited on
Commit
8a364c0
·
verified ·
1 Parent(s): 4a4bfce

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -21
requirements.txt CHANGED
@@ -1,21 +1,8 @@
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
 
1
+ gradio
2
+ faiss-cpu
3
+ sentence-transformers
4
+ transformers
5
+ PyPDF2
6
+ python-docx
7
+ PyYAML
8
+ numpy