Hamza4100 commited on
Commit
fd1c62c
·
verified ·
1 Parent(s): 3772615

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -21
requirements.txt CHANGED
@@ -1,21 +1,21 @@
1
- fastapi==0.115.6
2
- uvicorn[standard]==0.34.0
3
- python-dotenv==1.0.1
4
- langchain==0.3.14
5
- langchain-core==0.3.14
6
- langchain-google-genai==2.0.8
7
- langchain-community==0.3.14
8
- langchain-pinecone==0.2.0
9
- langchain-huggingface==0.1.0
10
- sentence-transformers==3.3.1
11
- pinecone-client==5.0.1
12
- google-generativeai==0.8.3
13
- pypdf==5.1.0
14
- python-multipart==0.0.20
15
- pydantic==2.10.4
16
- pydantic-settings==2.7.1
17
- unstructured==0.16.12
18
- aiofiles==24.1.0
19
- uuid6==2024.7.10
20
- sqlalchemy==2.0.25
21
- aiosqlite==0.19.0
 
1
+ fastapi==0.115.6
2
+ uvicorn[standard]==0.34.0
3
+ python-dotenv==1.0.1
4
+ langchain==0.3.14
5
+ langchain-core>=0.3.29,<0.4.0
6
+ langchain-google-genai==2.0.8
7
+ langchain-community==0.3.14
8
+ langchain-pinecone==0.2.0
9
+ langchain-huggingface==0.1.0
10
+ sentence-transformers==3.3.1
11
+ pinecone-client==5.0.1
12
+ google-generativeai==0.8.3
13
+ pypdf==5.1.0
14
+ python-multipart==0.0.20
15
+ pydantic==2.10.4
16
+ pydantic-settings==2.7.1
17
+ unstructured==0.16.12
18
+ aiofiles==24.1.0
19
+ uuid6==2024.7.10
20
+ sqlalchemy==2.0.25
21
+ aiosqlite==0.19.0