From afec9fae8ce3cd21ebc8e15b185e0f06d28338d1 Mon Sep 17 00:00:00 2001 From: Alex Ostapenko Date: Fri, 15 Dec 2023 18:29:34 +0100 Subject: [PATCH] updated docs to reflect usage of PaLM based classes (#3678) --- docs/core_docs/docs/integrations/chat/google_generativeai.mdx | 2 +- docs/core_docs/docs/integrations/chat/google_palm.mdx | 3 +-- docs/core_docs/docs/integrations/llms/google_palm.mdx | 4 ++-- .../docs/integrations/text_embedding/google_generativeai.mdx | 4 ++++ .../docs/integrations/text_embedding/google_palm.mdx | 4 ++-- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/core_docs/docs/integrations/chat/google_generativeai.mdx b/docs/core_docs/docs/integrations/chat/google_generativeai.mdx index 163bfbb72e29..14fdc6db2559 100644 --- a/docs/core_docs/docs/integrations/chat/google_generativeai.mdx +++ b/docs/core_docs/docs/integrations/chat/google_generativeai.mdx @@ -1,5 +1,5 @@ --- -sidebar_label: Google GoogleGenerativeAI +sidebar_label: Google AI --- import CodeBlock from "@theme/CodeBlock"; diff --git a/docs/core_docs/docs/integrations/chat/google_palm.mdx b/docs/core_docs/docs/integrations/chat/google_palm.mdx index 8f35e5e0196f..17f395c5c772 100644 --- a/docs/core_docs/docs/integrations/chat/google_palm.mdx +++ b/docs/core_docs/docs/integrations/chat/google_palm.mdx @@ -1,6 +1,5 @@ --- sidebar_label: Google PaLM -sidebar_class_name: hidden --- import CodeBlock from "@theme/CodeBlock"; @@ -8,7 +7,7 @@ import CodeBlock from "@theme/CodeBlock"; # ChatGooglePaLM :::note -This integration is largely superseded by the newer [Google GenerativeAI Gemini](/docs/integrations/chat/google_generativeai) chat models. +This integration does not support `gemini-*` models. Check [Google AI](/docs/integrations/chat/google_generativeai). ::: 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 ce2808350150..03d2582c7150 100644 --- a/docs/core_docs/docs/integrations/llms/google_palm.mdx +++ b/docs/core_docs/docs/integrations/llms/google_palm.mdx @@ -1,5 +1,5 @@ --- -sidebar_class_name: hidden +sidebar_label: Google PaLM --- import CodeBlock from "@theme/CodeBlock"; @@ -7,7 +7,7 @@ import CodeBlock from "@theme/CodeBlock"; # Google PaLM :::note -This integration is largely superseded by the newer [Google GenerativeAI Gemini](/docs/integrations/chat/google_generativeai) embeddings. +This integration does not support `gemini-*` models. Check [Google AI](/docs/integrations/chat/google_generativeai). ::: 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_generativeai.mdx b/docs/core_docs/docs/integrations/text_embedding/google_generativeai.mdx index dcbe1316e969..ea6408dc9369 100644 --- a/docs/core_docs/docs/integrations/text_embedding/google_generativeai.mdx +++ b/docs/core_docs/docs/integrations/text_embedding/google_generativeai.mdx @@ -1,3 +1,7 @@ +--- +sidebar_label: Google AI +--- + import CodeBlock from "@theme/CodeBlock"; # Google Generative AI 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 7f8ff60c1e9b..af0204145443 100644 --- a/docs/core_docs/docs/integrations/text_embedding/google_palm.mdx +++ b/docs/core_docs/docs/integrations/text_embedding/google_palm.mdx @@ -1,5 +1,5 @@ --- -sidebar_class_name: hidden +sidebar_label: Google PaLM --- import CodeBlock from "@theme/CodeBlock"; @@ -7,7 +7,7 @@ import CodeBlock from "@theme/CodeBlock"; # Google PaLM :::note -This integration is largely superseded by the newer [Google GenerativeAI Gemini](/docs/integrations/text_embedding/google_generativeai) embeddings. +This integration does not support `embeddings-*` model. Check [Google AI](/docs/integrations/text_embedding/google_generativeai) embeddings. ::: The [Google PaLM API](https://developers.generativeai.google/products/palm) can be integrated by first