YousefMohtady1 commited on
Commit
7970107
·
1 Parent(s): 452cb38

update project dependencies.

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -14
requirements.txt CHANGED
@@ -1,14 +1,16 @@
1
- fastapi==0.124.4
2
- uvicorn==0.38.0
3
- python-multipart==0.0.20
4
- python-dotenv==1.2.1
5
- chromadb==0.5.23
6
- pypdf==6.4.1
7
- sentence-transformers==5.2.0
8
- aiofiles==24.1.0
9
- langchain
10
- langchain-groq
11
- langchain-huggingface
12
- langchain-chroma
13
- langchain-community
14
- langchain-experimental
 
 
 
1
+ fastapi==0.112.0
2
+ uvicorn==0.30.0
3
+ python-multipart==0.0.9
4
+ python-dotenv==1.0.1
5
+ aiofiles==23.2.1
6
+ pypdf==4.3.1
7
+ sentence-transformers==3.0.1
8
+ chromadb==0.5.5
9
+
10
+ # --- LangChain Stable Stack (v0.2) ---
11
+ langchain==0.2.14
12
+ langchain-community==0.2.12
13
+ langchain-core==0.2.33
14
+ langchain-groq==0.1.9
15
+ langchain-huggingface==0.0.3
16
+ langchain-chroma==0.1.3