Skip to content

Commit

Permalink
docs[patch]: gemini keywords (#14856)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Dec 18, 2023
1 parent 23eb480 commit 9f851d8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/docs/integrations/chat/google_generative_ai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"source": [
"---\n",
"sidebar_label: Google AI\n",
"keywords: [gemini, ChatGoogleGenerativeAI, gemini-pro]\n",
"---"
]
},
Expand Down Expand Up @@ -316,7 +317,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down
1 change: 1 addition & 0 deletions docs/docs/integrations/chat/google_vertex_ai_palm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"source": [
"---\n",
"sidebar_label: Google Cloud Vertex AI\n",
"keywords: [gemini, vertex, ChatVertexAI, gemini-pro]\n",
"---"
]
},
Expand Down
10 changes: 10 additions & 0 deletions docs/docs/integrations/llms/google_ai.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"cells": [
{
"cell_type": "raw",
"id": "675d11f1",
"metadata": {},
"source": [
"---\n",
"keywords: [gemini, GoogleGenerativeAI, gemini-pro]\n",
"---"
]
},
{
"cell_type": "markdown",
"id": "7aZWXpbf0Eph",
Expand Down
17 changes: 16 additions & 1 deletion docs/docs/integrations/llms/google_vertex_ai_palm.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"cells": [
{
"cell_type": "raw",
"metadata": {},
"source": [
"---\n",
"keywords: [gemini, vertex, VertexAI, gemini-pro]\n",
"---"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -605,8 +614,14 @@
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"name": "python",
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 9f851d8

Please sign in to comment.