MyScale is a cloud-based database optimized for AI applications and solutions, built on the open-source ClickHouse.This notebook shows how to use functionality related to the
MyScale
vector database.
export
:
export MYSCALE_HOST='<your-endpoints-url>' MYSCALE_PORT=<your-endpoints-port> MYSCALE_USERNAME=<your-username> MYSCALE_PASSWORD=<your-password> ...
You can easily find your account, password and other info on our SaaS. For details please refer to this document
Every attributes under MyScaleSettings
can be set with prefix MYSCALE_
and is case insensitive.
MyScaleSettings
object with parameters
WHERE
clause following standard SQL.
NOTE: Please be aware of SQL injection, this interface must not be directly called by end-user.
If you customized your column_map
under your setting, you search with filter like this:
.drop()
method or partially delete your data with .delete()
method.