From 122029c8a1e73d79295d3c7eb85f8e48e5cb7fbe Mon Sep 17 00:00:00 2001 From: Guillaume Vernade Date: Mon, 13 Jan 2025 15:53:46 +0100 Subject: [PATCH] Fixing Lint issues --- .../personalized_description_with_weaviate_and_gemini_api.ipynb | 2 +- quickstarts/rest/Function_calling_REST.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/weaviate/personalized_description_with_weaviate_and_gemini_api.ipynb b/examples/weaviate/personalized_description_with_weaviate_and_gemini_api.ipynb index 742f6d6b7..dc58067c1 100644 --- a/examples/weaviate/personalized_description_with_weaviate_and_gemini_api.ipynb +++ b/examples/weaviate/personalized_description_with_weaviate_and_gemini_api.ipynb @@ -203,7 +203,7 @@ }, "source": [ "#### Weaviate Embedded\n", - "We will default to Weaviate Embedded. This runs Weaviate inside your notebook and is ideal for quick experimentation. \n", + "You will default to Weaviate Embedded. This runs Weaviate inside your notebook and is ideal for quick experimentation. \n", "\n", "**Note: It will disconnect once you stop the terminal.**" ] diff --git a/quickstarts/rest/Function_calling_REST.ipynb b/quickstarts/rest/Function_calling_REST.ipynb index 1b781469f..150f039fb 100644 --- a/quickstarts/rest/Function_calling_REST.ipynb +++ b/quickstarts/rest/Function_calling_REST.ipynb @@ -110,7 +110,7 @@ " [OpenAPI compatible schema](https://spec.openapis.org/oas/v3.0.3#schemawr) format.\n", " A [select subset](https://ai.google.dev/api/rest/v1beta/Tool#Schema) is\n", " supported. When using curl, the schema is specified using JSON.\n", - "* Function description (optional). For the best results, we recommend that you\n", + "* Function description (optional). For the best results, it is recommended that you\n", " include a description.\n", "\n", "This notebook includes curl examples that make REST calls with the\n",