mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-20 09:57:32 +00:00
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
This commit is contained in:
parent
22535eb4b3
commit
72a0f425ec
@ -322,7 +322,7 @@ const FEATURE_TABLES = {
|
|||||||
{
|
{
|
||||||
name: "VertexAILLM",
|
name: "VertexAILLM",
|
||||||
link: "google_vertexai",
|
link: "google_vertexai",
|
||||||
package: "langchain-google_vertexai",
|
package: "langchain-google-vertexai",
|
||||||
apiLink: "https://python.langchain.com/api_reference/google_vertexai/llms/langchain_google_vertexai.llms.VertexAI.html"
|
apiLink: "https://python.langchain.com/api_reference/google_vertexai/llms/langchain_google_vertexai.llms.VertexAI.html"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user