Skip to content

Commit dd4fc8a

Browse files
docs: fix misspelled word in kinetica.ipynb and nvidia_ai_endpoints.ipynb (#31415)
Co-authored-by: ccurme <[email protected]>
1 parent cc6df95 commit dd4fc8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/integrations/chat/kinetica.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"# Install Langchain community and core packages\n",
6262
"%pip install --upgrade --quiet langchain-core langchain-community\n",
6363
"\n",
64-
"# Install Kineitca DB connection package\n",
64+
"# Install Kinetica DB connection package\n",
6565
"%pip install --upgrade --quiet 'gpudb>=7.2.0.8' typeguard pandas tqdm\n",
6666
"\n",
6767
"# Install packages needed for this tutorial\n",

docs/docs/integrations/chat/nvidia_ai_endpoints.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"source": [
319319
"### Code Generation\n",
320320
"\n",
321-
"These models accept the same arguments and input structure as regular chat models, but they tend to perform better on code-genreation and structured code tasks. An example of this is `meta/codellama-70b`."
321+
"These models accept the same arguments and input structure as regular chat models, but they tend to perform better on code-generation and structured code tasks. An example of this is `meta/codellama-70b`."
322322
]
323323
},
324324
{

0 commit comments

Comments
 (0)