Azizahalq commited on
Commit
072dcfc
·
1 Parent(s): b6feaf3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -11
requirements.txt CHANGED
@@ -1,11 +1,12 @@
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.3
6
- sentence-transformers==3.0.1
7
- pypdf==4.3.1
8
- pymupdf==1.24.9
9
- huggingface_hub==0.24.6
10
- openai==1.43.0
11
- requests==2.31.0
 
 
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