Pipalskill commited on
Commit
741a353
·
verified ·
1 Parent(s): 291d30f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -16
requirements.txt CHANGED
@@ -1,29 +1,29 @@
1
  # Core AI/ML
2
- transformers==4.36.0
3
- torch==2.1.0
4
- sentence-transformers==2.2.2
5
- numpy==1.24.3
6
 
7
  # Vector Database
8
- chromadb==0.4.22
9
 
10
  # LangChain
11
- langchain==0.1.0
12
- langchain-google-genai==0.0.6
13
 
14
  # API Framework
15
- fastapi==0.109.0
16
- uvicorn[standard]==0.27.0
17
- websockets==12.0
18
- pydantic==2.5.3
19
 
20
  # Firebase
21
- firebase-admin==6.4.0
22
 
23
  # Utilities
24
- requests==2.31.0
25
- python-multipart==0.0.6
26
 
27
  # Optional (for production)
28
- gunicorn==21.2.0
29
- python-dotenv==1.0.0
 
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