MISSAOUI commited on
Commit
9de8afe
·
verified ·
1 Parent(s): b4470c3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
  fastapi==0.115.0
2
  uvicorn[standard]==0.30.6
3
- pydantic==2.8.2
4
 
5
  python-dotenv==1.0.1
6
 
@@ -13,9 +12,12 @@ langchain-openai==0.1.23
13
  faiss-cpu==1.8.0.post1
14
 
15
  sentence-transformers==3.0.1
16
- huggingface-hub==0.24.6
17
- transformers==4.44.2
18
  torch==2.3.1
19
 
20
  openai==1.40.6
21
- tiktoken==0.7.0
 
 
 
 
1
  fastapi==0.115.0
2
  uvicorn[standard]==0.30.6
 
3
 
4
  python-dotenv==1.0.1
5
 
 
12
  faiss-cpu==1.8.0.post1
13
 
14
  sentence-transformers==3.0.1
15
+ transformers==4.41.2
16
+
17
  torch==2.3.1
18
 
19
  openai==1.40.6
20
+ tiktoken==0.7.0
21
+
22
+ pydantic==2.7.4
23
+ numpy==1.26.4