Values.OpenSearchServerlessConfigurationSourceContains details about the storage configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in Amazon OpenSearch Service.
type nonrec t = {collectionArn : OpenSearchServerlessCollectionArn.t;The Amazon Resource Name (ARN) of the OpenSearch Service vector store.
*)vectorIndexName : OpenSearchServerlessIndexName.t;The name of the vector store.
*)fieldMapping : OpenSearchServerlessFieldMapping.t;Contains the names of the fields to which to map information about the vector store.
*)}val make :
collectionArn:OpenSearchServerlessCollectionArn.t ->
vectorIndexName:OpenSearchServerlessIndexName.t ->
fieldMapping:OpenSearchServerlessFieldMapping.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of OpenSearchServerlessCollectionArn.t
| `Structure of (string * [> `String of FieldName.t ]) list ])
list ]