Browse Source

增加"langchain-google-vertexai"的依赖

feix0518 1 week ago
parent
commit
10dc002176
1 changed files with 1 additions and 0 deletions
  1. 1 0
      xinkeaboard-gemini-langgraph_prompt/backend/pyproject.toml

+ 1 - 0
xinkeaboard-gemini-langgraph_prompt/backend/pyproject.toml

@@ -18,6 +18,7 @@ dependencies = [
     "langgraph-api",
     "fastapi",
     "google-genai",
+    "langchain-google-vertexai"
 ]