OceanBase Config Configuration
OceanBase vector store config.
Parameters
| Name | Type | Required | Description | 
|---|---|---|---|
user | string | ❌ | The user of vector store, if not set, will use the default user.  | 
password | string | ❌ | The password of vector store, if not set, will use the default password.  | 
ob_host | string | ❌ | The host of oceanbase, if not set, will use the default host.  | 
ob_port | integer | ❌ | The port of oceanbase, if not set, will use the default port.  | 
ob_user | string | ❌ | The user of oceanbase, if not set, will use the default user.  | 
ob_password | string | ❌ | The password of oceanbase, if not set, will use the default password  | 
ob_database | string | ❌ | The database for vector tables, if not set, will use the default database.  |