Skip to content

Commit

Permalink
Fixing Lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Giom-V committed Jan 13, 2025
1 parent d16de60 commit 122029c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.**"
]
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/rest/Function_calling_REST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 122029c

Please sign in to comment.