Skip to content

Commit

Permalink
docs: Update notebook name for Kinetica (#25149)
Browse files Browse the repository at this point in the history
**Description:** Change notebook description in documentation.
**Issue:** N/A
**Dependencies:** N/A
  • Loading branch information
chadj2 authored Aug 8, 2024
1 parent 725e491 commit 4828c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/integrations/chat/kinetica.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Kinetica SqlAssist LLM Demo\n",
"# Kinetica Language To SQL Chat Model\n",
"\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",
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/providers/kinetica.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
from langchain_community.chat_models.kinetica import ChatKinetica
Expand Down

0 comments on commit 4828c44

Please sign in to comment.