docs: fix misspelled word in kinetica.ipynb and nvidia_ai_endpoints.ipynb (#31415)

Co-authored-by: ccurme <chester.curme@gmail.com>
This commit is contained in:
Michael Li 2025-05-30 05:41:38 +10:00 committed by GitHub
parent cc6df95e58
commit dd4fc8ab8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
"# Install Langchain community and core packages\n",
"%pip install --upgrade --quiet langchain-core langchain-community\n",
"\n",
"# Install Kineitca DB connection package\n",
"# Install Kinetica DB connection package\n",
"%pip install --upgrade --quiet 'gpudb>=7.2.0.8' typeguard pandas tqdm\n",
"\n",
"# Install packages needed for this tutorial\n",

View File

@ -318,7 +318,7 @@
"source": [
"### Code Generation\n",
"\n",
"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`."
"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`."
]
},
{