Spaces:
Runtime error
Runtime error
svar-chandak Copilot commited on
Update examples/requirements.txt
Browse filesCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
examples/requirements.txt
CHANGED
|
@@ -17,7 +17,7 @@ langgraph>=0.2.0,<0.3.0
|
|
| 17 |
# -------------
|
| 18 |
langchain-openai>=0.2.0 # OpenAI and Azure OpenAI
|
| 19 |
langchain-anthropic>=0.2.0 # Claude models (optional)
|
| 20 |
-
langchain-google-vertexai>=2.0.0 # Google Vertex AI (optional)
|
| 21 |
|
| 22 |
# Web Scraping
|
| 23 |
# ------------
|
|
|
|
| 17 |
# -------------
|
| 18 |
langchain-openai>=0.2.0 # OpenAI and Azure OpenAI
|
| 19 |
langchain-anthropic>=0.2.0 # Claude models (optional)
|
| 20 |
+
langchain-google-vertexai>=2.0.0,<3.0.0 # Google Vertex AI (optional)
|
| 21 |
|
| 22 |
# Web Scraping
|
| 23 |
# ------------
|