From f1a019c2f07dce1d6186858aa0fc7694d36cab43 Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Thu, 6 Jun 2024 14:55:09 -0700 Subject: [PATCH] docs[patch]: Add deprecation warnings to Google PaLM docs (#5696) --- docs/core_docs/docs/integrations/chat/google_palm.mdx | 6 +++++- docs/core_docs/docs/integrations/llms/google_palm.mdx | 6 +++++- .../docs/integrations/text_embedding/google_palm.mdx | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/core_docs/docs/integrations/chat/google_palm.mdx b/docs/core_docs/docs/integrations/chat/google_palm.mdx index 783815c8a43c..981d6c4a8129 100644 --- a/docs/core_docs/docs/integrations/chat/google_palm.mdx +++ b/docs/core_docs/docs/integrations/chat/google_palm.mdx @@ -7,8 +7,12 @@ import CodeBlock from "@theme/CodeBlock"; # ChatGooglePaLM +:::warning +The Google PaLM API is deprecated and will be removed in 0.3.0. Please use the [Google GenAI](/docs/integrations/chat/google_generativeai) or [VertexAI](/docs/integrations/chat/google_vertex_ai) integrations instead. +::: + :::note -This integration does not support `gemini-*` models. Check Google [GenAI](/docs/integrations/chat/google_generativeai) or [VertexAI](/docs/integrations/chat/google_vertex_ai). +This integration does not support `gemini-*` models. Check [Google GenAI](/docs/integrations/chat/google_generativeai) or [VertexAI](/docs/integrations/chat/google_vertex_ai). ::: The [Google PaLM API](https://developers.generativeai.google/products/palm) can be integrated by first diff --git a/docs/core_docs/docs/integrations/llms/google_palm.mdx b/docs/core_docs/docs/integrations/llms/google_palm.mdx index 75f2202937d9..e1b25cb6dd4b 100644 --- a/docs/core_docs/docs/integrations/llms/google_palm.mdx +++ b/docs/core_docs/docs/integrations/llms/google_palm.mdx @@ -7,8 +7,12 @@ import CodeBlock from "@theme/CodeBlock"; # Google PaLM +:::warning +The Google PaLM API is deprecated and will be removed in 0.3.0. Please use the [Google GenAI](/docs/integrations/chat/google_generativeai) or [VertexAI](/docs/integrations/llms/google_vertex_ai) integrations instead. +::: + :::note -This integration does not support `gemini-*` models. Check [Google AI](/docs/integrations/chat/google_generativeai) or [VertexAI](/docs/integrations/llms/google_vertex_ai). +This integration does not support `gemini-*` models. Check [Google GenAI](/docs/integrations/chat/google_generativeai) or [VertexAI](/docs/integrations/llms/google_vertex_ai). ::: The [Google PaLM API](https://developers.generativeai.google/products/palm) can be integrated by first diff --git a/docs/core_docs/docs/integrations/text_embedding/google_palm.mdx b/docs/core_docs/docs/integrations/text_embedding/google_palm.mdx index c8f6856d5220..f1ececd44bce 100644 --- a/docs/core_docs/docs/integrations/text_embedding/google_palm.mdx +++ b/docs/core_docs/docs/integrations/text_embedding/google_palm.mdx @@ -6,8 +6,12 @@ import CodeBlock from "@theme/CodeBlock"; # Google PaLM +:::warning +The Google PaLM API is deprecated and will be removed in 0.3.0. Please use the [Google GenAI](/docs/integrations/text_embedding/google_generativeai) integration instead. +::: + :::note -This integration does not support `embeddings-*` model. Check [Google AI](/docs/integrations/text_embedding/google_generativeai) embeddings. +This integration does not support `embeddings-*` model. Check [Google GenAI](/docs/integrations/text_embedding/google_generativeai) embeddings. ::: The [Google PaLM API](https://developers.generativeai.google/products/palm) can be integrated by first