docs[patch]: gemini keywords (#14856)

This commit is contained in:
Erick Friis
2023-12-18 10:52:24 -08:00
committed by GitHub
parent 23eb480c38
commit 9f851d8951
4 changed files with 29 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
"source": [ "source": [
"---\n", "---\n",
"sidebar_label: Google AI\n", "sidebar_label: Google AI\n",
"keywords: [gemini, ChatGoogleGenerativeAI, gemini-pro]\n",
"---" "---"
] ]
}, },
@@ -316,7 +317,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.11.5" "version": "3.11.4"
} }
}, },
"nbformat": 4, "nbformat": 4,

View File

@@ -6,6 +6,7 @@
"source": [ "source": [
"---\n", "---\n",
"sidebar_label: Google Cloud Vertex AI\n", "sidebar_label: Google Cloud Vertex AI\n",
"keywords: [gemini, vertex, ChatVertexAI, gemini-pro]\n",
"---" "---"
] ]
}, },

View File

@@ -1,5 +1,15 @@
{ {
"cells": [ "cells": [
{
"cell_type": "raw",
"id": "675d11f1",
"metadata": {},
"source": [
"---\n",
"keywords: [gemini, GoogleGenerativeAI, gemini-pro]\n",
"---"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"id": "7aZWXpbf0Eph", "id": "7aZWXpbf0Eph",

View File

@@ -1,5 +1,14 @@
{ {
"cells": [ "cells": [
{
"cell_type": "raw",
"metadata": {},
"source": [
"---\n",
"keywords: [gemini, vertex, VertexAI, gemini-pro]\n",
"---"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": { "metadata": {
@@ -605,8 +614,14 @@
} }
], ],
"metadata": { "metadata": {
"kernelspec": {
"display_name": ".venv",
"language": "python",
"name": "python3"
},
"language_info": { "language_info": {
"name": "python" "name": "python",
"version": "3.11.4"
} }
}, },
"nbformat": 4, "nbformat": 4,