Skip to content

Commit 72a0f42

Browse files
authored
docs(docs): correct package name from langchain-google_vertexai to langchain-google-vertexai for VertexAILLM (#32095)
- **Description:** This PR updates the `package` field for the VertexAI integration in the documentation metadata. The original value was `langchain-google_vertexai`, which has been corrected to `langchain-google-vertexai` to reflect the actual package name used in PyPI and LangChain integrations. - **Issue:** N/A - **Dependencies:** None - **Twitter handle:** N/A
1 parent 22535eb commit 72a0f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/theme/FeatureTables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ const FEATURE_TABLES = {
322322
{
323323
name: "VertexAILLM",
324324
link: "google_vertexai",
325-
package: "langchain-google_vertexai",
325+
package: "langchain-google-vertexai",
326326
apiLink: "https://python.langchain.com/api_reference/google_vertexai/llms/langchain_google_vertexai.llms.VertexAI.html"
327327
},
328328
{

0 commit comments

Comments
 (0)