mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
docs: Update notebook name for Kinetica (#25149)
**Description:** Change notebook description in documentation. **Issue:** N/A **Dependencies:** N/A
This commit is contained in:
parent
725e4912ae
commit
4828c441a7
@ -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",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user