Skip to content

Commit f1a019c

Browse files
authored
docs[patch]: Add deprecation warnings to Google PaLM docs (#5696)
1 parent 2898258 commit f1a019c

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/core_docs/docs/integrations/chat/google_palm.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ import CodeBlock from "@theme/CodeBlock";
77

88
# ChatGooglePaLM
99

10+
:::warning
11+
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.
12+
:::
13+
1014
:::note
11-
This integration does not support `gemini-*` models. Check Google [GenAI](/docs/integrations/chat/google_generativeai) or [VertexAI](/docs/integrations/chat/google_vertex_ai).
15+
This integration does not support `gemini-*` models. Check [Google GenAI](/docs/integrations/chat/google_generativeai) or [VertexAI](/docs/integrations/chat/google_vertex_ai).
1216
:::
1317

1418
The [Google PaLM API](https://developers.generativeai.google/products/palm) can be integrated by first

docs/core_docs/docs/integrations/llms/google_palm.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ import CodeBlock from "@theme/CodeBlock";
77

88
# Google PaLM
99

10+
:::warning
11+
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.
12+
:::
13+
1014
:::note
11-
This integration does not support `gemini-*` models. Check [Google AI](/docs/integrations/chat/google_generativeai) or [VertexAI](/docs/integrations/llms/google_vertex_ai).
15+
This integration does not support `gemini-*` models. Check [Google GenAI](/docs/integrations/chat/google_generativeai) or [VertexAI](/docs/integrations/llms/google_vertex_ai).
1216
:::
1317

1418
The [Google PaLM API](https://developers.generativeai.google/products/palm) can be integrated by first

docs/core_docs/docs/integrations/text_embedding/google_palm.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ import CodeBlock from "@theme/CodeBlock";
66

77
# Google PaLM
88

9+
:::warning
10+
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.
11+
:::
12+
913
:::note
10-
This integration does not support `embeddings-*` model. Check [Google AI](/docs/integrations/text_embedding/google_generativeai) embeddings.
14+
This integration does not support `embeddings-*` model. Check [Google GenAI](/docs/integrations/text_embedding/google_generativeai) embeddings.
1115
:::
1216

1317
The [Google PaLM API](https://developers.generativeai.google/products/palm) can be integrated by first

0 commit comments

Comments
 (0)