vikingdb connection config
See the following documentation for details: https://www.volcengine.com/docs/6459/1167770
VikingDBConfig(
self,
host: str = 'host',
region: str = 'region',
ak: str = 'ak',
sk: str = 'sk',
scheme: str = 'http'
)Attribute:
host(str):The access address of the vector database server that the client needs to connect to. region(str):"cn-shanghai" or "cn-beijing" ak(str):Access Key ID, security credentials for accessing Volcano Engine services. sk(str):Secret Access Key, security credentials for accessing Volcano Engine services. scheme(str):http or https, defaulting to http.