Pipalskill commited on
Commit
61f2dc2
·
verified ·
1 Parent(s): 9624dfc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -19
requirements.txt CHANGED
@@ -1,29 +1,31 @@
1
- # Core AI/ML
2
- transformers
3
- torch
4
- sentence-transformers
5
- numpy
6
 
7
  # Vector Database
8
- chromadb
9
 
10
- # LangChain
11
- langchain
12
- langchain-google-genai
 
 
13
 
14
  # API Framework
15
- fastapi
16
- uvicorn
17
- websockets
18
- pydantic
19
 
20
  # Firebase
21
- firebase-admin
22
 
23
  # Utilities
24
- requests
25
- python-multipart
 
26
 
27
- # Optional (for production)
28
- gunicorn
29
- python-dotenv
 
1
+ # Core AI / ML
2
+ torch>=2.0.0
3
+ transformers>=4.38.0
4
+ sentence-transformers>=2.6.0
5
+ numpy>=1.24.0
6
 
7
  # Vector Database
8
+ chromadb>=0.4.24
9
 
10
+ # LangChain (MODERN SPLIT PACKAGES)
11
+ langchain>=0.1.16
12
+ langchain-core>=0.1.45
13
+ langchain-community>=0.0.34
14
+ langchain-google-genai>=0.0.11
15
 
16
  # API Framework
17
+ fastapi>=0.110.0
18
+ uvicorn[standard]>=0.29.0
19
+ websockets>=12.0
20
+ pydantic>=2.6.0
21
 
22
  # Firebase
23
+ firebase-admin>=6.4.0
24
 
25
  # Utilities
26
+ requests>=2.31.0
27
+ python-multipart>=0.0.9
28
+ python-dotenv>=1.0.1
29
 
30
+ # Production (HF compatible)
31
+ gunicorn>=21.2.0