LalitChaudhari3 commited on
Commit
13a5c79
·
verified ·
1 Parent(s): d0fbfac

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +31 -1
requirements.txt CHANGED
@@ -26,4 +26,34 @@ requests
26
  python-multipart
27
  pydantic
28
  mysql-connector-python
29
- python-dotenv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  python-multipart
27
  pydantic
28
  mysql-connector-python
29
+ python-dotenv
30
+
31
+ # Core Framework
32
+ langchain==0.3.0
33
+ langchain-community
34
+ langchain-core
35
+
36
+ # Google Gemini Integration
37
+ langchain-google-genai
38
+ google-generativeai
39
+
40
+ # Database & Vector Store
41
+ sqlalchemy
42
+ pymysql
43
+ chromadb
44
+ langchain-chroma
45
+
46
+ # Utilities
47
+ python-dotenv
48
+ streamlit
49
+
50
+ # Critical Version Fixes
51
+ numpy<2.0.0
52
+
53
+ # Additional Dependencies from Code Analysis
54
+ huggingface_hub
55
+ faker
56
+ fastapi
57
+ uvicorn
58
+ pydantic
59
+ pandas