travel-sample
bucket which can be enabled from the couchbase UI with pre-defined scope and documents.
couchbase
library, the Python driver for Couchbase.
The required arguments to establish a connection are as follows:
connection_string
: the connection string for the endpoint of the Couchbase serverbucket
: the bucket name to use when connecting with the Couchbase serveruser
: the user to authenticate with the Couchbase serverpassword
: the password to authenticate the user with the Couchbase serverscope
: scopes are a level of data organization within a bucket. If omitted, will default to _default
mysql_datasource
is another MindsDB data source that has been created by connecting to a MySQL database. The test_embeddings
table in the mysql_datasource
data source contains the embeddings that we want to store in Couchbase.DELETE
just like in SQL.