You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core_docs/docs/integrations/chat/google_palm.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,12 @@ import CodeBlock from "@theme/CodeBlock";
7
7
8
8
# ChatGooglePaLM
9
9
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
+
10
14
:::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).
12
16
:::
13
17
14
18
The [Google PaLM API](https://developers.generativeai.google/products/palm) can be integrated by first
Copy file name to clipboardExpand all lines: docs/core_docs/docs/integrations/llms/google_palm.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,12 @@ import CodeBlock from "@theme/CodeBlock";
7
7
8
8
# Google PaLM
9
9
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
+
10
14
:::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).
12
16
:::
13
17
14
18
The [Google PaLM API](https://developers.generativeai.google/products/palm) can be integrated by first
Copy file name to clipboardExpand all lines: docs/core_docs/docs/integrations/text_embedding/google_palm.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,12 @@ import CodeBlock from "@theme/CodeBlock";
6
6
7
7
# Google PaLM
8
8
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
+
9
13
:::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.
11
15
:::
12
16
13
17
The [Google PaLM API](https://developers.generativeai.google/products/palm) can be integrated by first
0 commit comments