docs: Update notebook name for Kinetica (#25149)

**Description:** Change notebook description in documentation.
**Issue:** N/A
**Dependencies:** N/A
This commit is contained in:
Chad Juliano 2024-08-08 08:27:29 -05:00 committed by GitHub
parent 725e4912ae
commit 4828c441a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Kinetica SqlAssist LLM Demo\n", "# Kinetica Language To SQL Chat Model\n",
"\n", "\n",
"This notebook demonstrates how to use Kinetica to transform natural language into SQL\n", "This notebook demonstrates how to use Kinetica to transform natural language into SQL\n",
"and simplify the process of data retrieval. This demo is intended to show the mechanics\n", "and simplify the process of data retrieval. This demo is intended to show the mechanics\n",

View File

@ -9,7 +9,7 @@ The Kinetica LLM wrapper uses the [Kinetica SqlAssist
LLM](https://docs.kinetica.com/7.2/sql-gpt/concepts/) to transform natural language into LLM](https://docs.kinetica.com/7.2/sql-gpt/concepts/) to transform natural language into
SQL to simplify the process of data retrieval. SQL to simplify the process of data retrieval.
See [Kinetica SqlAssist LLM Demo](/docs/integrations/chat/kinetica) for usage. See [Kinetica Language To SQL Chat Model](/docs/integrations/chat/kinetica) for usage.
```python ```python
from langchain_community.chat_models.kinetica import ChatKinetica from langchain_community.chat_models.kinetica import ChatKinetica