Skip to content

Commit

Permalink
docs: Update workbook name for Kinetica
Browse files Browse the repository at this point in the history
  • Loading branch information
chadj2 committed Aug 7, 2024
1 parent a408611 commit adf4c1f
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 adf4c1f

Please sign in to comment.