mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-19 11:08:55 +00:00
docs: fix sql db note (#24505)
This commit is contained in:
parent
8a140ee77c
commit
c48e99e7f2
@ -11,7 +11,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# SQL Database\n",
|
"# SQL Database\n",
|
||||||
"\n",
|
"\n",
|
||||||
"::: {.callout-note}\n",
|
":::note\n",
|
||||||
"The `SQLDatabase` adapter utility is a wrapper around a database connection.\n",
|
"The `SQLDatabase` adapter utility is a wrapper around a database connection.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"For talking to SQL databases, it uses the [SQLAlchemy] Core API .\n",
|
"For talking to SQL databases, it uses the [SQLAlchemy] Core API .\n",
|
||||||
@ -405,7 +405,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.10.12"
|
"version": "3.11.9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user