mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +00:00
docs: Update sql-query doc by fixing spelling mistake of chinhook.db to chinook.db (#28465)
Link (of doc with mistake): https://python.langchain.com/v0.1/docs/use_cases/sql/quickstart/#:~:text=Now%2C-,Chinhook.db,-is%20in%20our - **Description:** speeling mistake in how-to docs of sql-db - **Issue:** just a spelling mistake. - **Dependencies:** NA
This commit is contained in:
parent
9fcd203556
commit
85114b4f3a
@ -55,7 +55,7 @@
|
|||||||
"* Run `.read Chinook_Sqlite.sql`\n",
|
"* Run `.read Chinook_Sqlite.sql`\n",
|
||||||
"* Test `SELECT * FROM Artist LIMIT 10;`\n",
|
"* Test `SELECT * FROM Artist LIMIT 10;`\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Now, `Chinhook.db` is in our directory and we can interface with it using the SQLAlchemy-driven [SQLDatabase](https://python.langchain.com/api_reference/community/utilities/langchain_community.utilities.sql_database.SQLDatabase.html) class:"
|
"Now, `Chinook.db` is in our directory and we can interface with it using the SQLAlchemy-driven [SQLDatabase](https://python.langchain.com/api_reference/community/utilities/langchain_community.utilities.sql_database.SQLDatabase.html) class:"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
"* Run `.read Chinook_Sqlite.sql`\n",
|
"* Run `.read Chinook_Sqlite.sql`\n",
|
||||||
"* Test `SELECT * FROM Artist LIMIT 10;`\n",
|
"* Test `SELECT * FROM Artist LIMIT 10;`\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Now, `Chinhook.db` is in our directory and we can interface with it using the SQLAlchemy-driven `SQLDatabase` class:"
|
"Now, `Chinook.db` is in our directory and we can interface with it using the SQLAlchemy-driven `SQLDatabase` class:"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
"* Run `.read Chinook_Sqlite.sql`\n",
|
"* Run `.read Chinook_Sqlite.sql`\n",
|
||||||
"* Test `SELECT * FROM Artist LIMIT 10;`\n",
|
"* Test `SELECT * FROM Artist LIMIT 10;`\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Now, `Chinhook.db` is in our directory and we can interface with it using the SQLAlchemy-driven `SQLDatabase` class:"
|
"Now, `Chinook.db` is in our directory and we can interface with it using the SQLAlchemy-driven `SQLDatabase` class:"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user