Update requirements.txt
Browse files- requirements.txt +25 -25
requirements.txt
CHANGED
|
@@ -1,25 +1,25 @@
|
|
| 1 |
-
# Langchain Core & Ecosystem
|
| 2 |
-
langchain-core>=0.2.29
|
| 3 |
-
langchain-google-genai>=1.0.9 # For Gemini
|
| 4 |
-
langchain-openai>=0.1.21 # If using OpenAI
|
| 5 |
-
langgraph>=0.1.10
|
| 6 |
-
langchain-community>=0.2.10 # For Neo4jGraph if needed, other community integrations
|
| 7 |
-
|
| 8 |
-
# LLM & Processing Libraries
|
| 9 |
-
# llmlingua==0.2.2 # Uncomment if using compression (Ensure it's compatible)
|
| 10 |
-
google-generativeai>=0.7.2 # Underlying Gemini library
|
| 11 |
-
|
| 12 |
-
# Neo4j
|
| 13 |
-
neo4j>=5.24.0
|
| 14 |
-
|
| 15 |
-
# API Framework
|
| 16 |
-
fastapi>=0.110.0 # Added for FastAPI
|
| 17 |
-
uvicorn[standard]>=0.29.0 # Added for running FastAPI server
|
| 18 |
-
|
| 19 |
-
# Configuration & Utilities
|
| 20 |
-
pydantic>=2.9.0
|
| 21 |
-
pydantic-settings>=2.4.0 # For BaseSettings
|
| 22 |
-
python-dotenv>=1.0.1 # For loading .env files
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
|
|
|
| 1 |
+
# Langchain Core & Ecosystem
|
| 2 |
+
langchain-core>=0.2.29
|
| 3 |
+
langchain-google-genai>=1.0.9 # For Gemini
|
| 4 |
+
langchain-openai>=0.1.21 # If using OpenAI
|
| 5 |
+
langgraph>=0.1.10
|
| 6 |
+
langchain-community>=0.2.10 # For Neo4jGraph if needed, other community integrations
|
| 7 |
+
|
| 8 |
+
# LLM & Processing Libraries
|
| 9 |
+
# llmlingua==0.2.2 # Uncomment if using compression (Ensure it's compatible)
|
| 10 |
+
google-generativeai>=0.7.2 # Underlying Gemini library
|
| 11 |
+
|
| 12 |
+
# Neo4j
|
| 13 |
+
neo4j>=5.24.0
|
| 14 |
+
|
| 15 |
+
# API Framework
|
| 16 |
+
fastapi>=0.110.0 # Added for FastAPI
|
| 17 |
+
uvicorn[standard]>=0.29.0 # Added for running FastAPI server
|
| 18 |
+
|
| 19 |
+
# Configuration & Utilities
|
| 20 |
+
pydantic>=2.9.0
|
| 21 |
+
pydantic-settings>=2.4.0 # For BaseSettings
|
| 22 |
+
python-dotenv>=1.0.1 # For loading .env files
|
| 23 |
+
|
| 24 |
+
requests
|
| 25 |
+
google-generativeai
|