chinook
database, which is a sample database that represents a digital media store.
Find more information about the database here.
For convenience, we have hosted the database (Chinook.db
) on a public GCS bucket.
langchain_community
package to interact with the database. The wrapper provides a simple interface to execute SQL queries and fetch results:
langchain-community
implements some built-in tools for interacting with our SQLDatabase
, including tools for listing tables, reading table schemas, and checking and running queries: