Azizahalq commited on
Commit
103c235
·
verified ·
1 Parent(s): 91630d1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- flask
2
- flask-cors
3
- filelock
4
- pypdf
5
- chromadb
6
- sentence-transformers
7
- fastembed
8
- huggingface_hub>=0.23
9
-
10
- # LLM providers (install all; choose at runtime with LLM_PROVIDER)
11
- openai>=1.40
12
- together>=1.2.0
 
1
+ flask==3.0.3
2
+ flask-cors==4.0.1
3
+ filelock==3.15.4
4
+ chromadb==0.5.5
5
+ fastembed==0.3.4
6
+ sentence-transformers==3.0.1
7
+ huggingface-hub>=0.23.0
8
+ PyMuPDF==1.24.10
9
+ pypdf==4.3.1
10
+ # LLM providers (pick what you need)
11
+ openai>=1.40.0
12
+ together==1.2.0