Skip to content

Commit

Permalink
docs[patch]: Add deprecation warnings to Google PaLM docs (#5696)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 6, 2024
1 parent 2898258 commit f1a019c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/core_docs/docs/integrations/chat/google_palm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion docs/core_docs/docs/integrations/llms/google_palm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1a019c

Please sign in to comment.