Values.RdsConfigurationSourceContains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS.
type nonrec t = {resourceArn : RdsArn.t;The Amazon Resource Name (ARN) of the vector store.
*)credentialsSecretArn : SecretArn.t;The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.
*)databaseName : RdsDatabaseName.t;The name of your Amazon RDS database.
*)tableName : RdsTableName.t;The name of the table in the database.
*)fieldMapping : RdsFieldMapping.t;Contains the names of the fields to which to map information about the vector store.
*)}val make :
resourceArn:RdsArn.t ->
credentialsSecretArn:SecretArn.t ->
databaseName:RdsDatabaseName.t ->
tableName:RdsTableName.t ->
fieldMapping:RdsFieldMapping.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of RdsArn.t
| `Structure of (string * [> `String of ColumnName.t ]) list ])
list ]