Values.RedisEnterpriseCloudConfigurationSourceContains details about the storage configuration of the knowledge base in Redis Enterprise Cloud. For more information, see Create a vector index in Redis Enterprise Cloud.
type nonrec t = {endpoint : RedisEnterpriseCloudEndpoint.t;The endpoint URL of the Redis Enterprise Cloud database.
*)vectorIndexName : RedisEnterpriseCloudIndexName.t;The name of the vector index.
*)credentialsSecretArn : SecretArn.t;The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Redis Enterprise Cloud database.
*)fieldMapping : RedisEnterpriseCloudFieldMapping.t;Contains the names of the fields to which to map information about the vector store.
*)}val make :
endpoint:RedisEnterpriseCloudEndpoint.t ->
vectorIndexName:RedisEnterpriseCloudIndexName.t ->
credentialsSecretArn:SecretArn.t ->
fieldMapping:RedisEnterpriseCloudFieldMapping.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of RedisEnterpriseCloudEndpoint.t
| `Structure of (string * [> `String of FieldName.t ]) list ])
list ]