LalitChaudhari3 commited on
Commit
d5a73e8
·
verified ·
1 Parent(s): 1c7ac05

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -21
requirements.txt CHANGED
@@ -1,21 +1,29 @@
1
- # Core Framework
2
- langchain==0.3.0
3
- langchain-community
4
- langchain-core
5
-
6
- # Google Gemini Integration
7
- langchain-google-genai
8
- google-generativeai
9
-
10
- # Database & Vector Store
11
- sqlalchemy
12
- pymysql
13
- chromadb
14
- langchain-chroma
15
-
16
- # Utilities
17
- python-dotenv
18
- streamlit
19
-
20
- # Critical Version Fixes
21
- numpy<2.0.0
 
 
 
 
 
 
 
 
 
1
+ # Core Framework
2
+ langchain==0.3.0
3
+ langchain-community
4
+ langchain-core
5
+
6
+ # Google Gemini Integration
7
+ langchain-google-genai
8
+ google-generativeai
9
+
10
+ # Database & Vector Store
11
+ sqlalchemy
12
+ pymysql
13
+ chromadb
14
+ langchain-chroma
15
+
16
+ # Utilities
17
+ python-dotenv
18
+ streamlit
19
+
20
+ # Critical Version Fixes
21
+ numpy<2.0.0
22
+
23
+ fastapi
24
+ uvicorn
25
+ requests
26
+ python-multipart
27
+ pydantic
28
+ mysql-connector-python
29
+ python-dotenv