MISSAOUI commited on
Commit
75e5fc2
·
verified ·
1 Parent(s): 26e1101

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -18
requirements.txt CHANGED
@@ -1,23 +1,17 @@
1
  fastapi==0.115.0
2
  uvicorn[standard]==0.30.6
 
3
 
4
- python-dotenv==1.0.1
5
-
6
- langchain==0.2.14
7
- langchain-core==0.2.35
8
- langchain-community==0.2.12
9
- langchain-huggingface==0.0.3
10
- langchain-openai==0.1.23
11
-
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
 
1
  fastapi==0.115.0
2
  uvicorn[standard]==0.30.6
3
+ pydantic==2.7.4
4
 
5
+ langchain==0.3.0
6
+ langchain-community==0.3.0
7
+ langchain-huggingface==0.1.0
8
+ langchain-openai==0.2.0
9
+ langchain-core==0.3.0
 
 
 
 
 
 
 
 
 
10
 
11
+ faiss-cpu==1.8.0
12
+ sentence-transformers==3.1.0
13
+ transformers==4.44.0
14
+ torch==2.4.0
15
 
16
+ openai==1.51.0
17
+ httpx==0.27.2