Values.MongoDbAtlasFieldMappingSourceContains the names of the fields to which to map information about the vector store.
type nonrec t = {vectorField : FieldName.t;The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
*)textField : FieldName.t;The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
*)metadataField : FieldName.t;The name of the field in which Amazon Bedrock stores metadata about the vector store.
*)}val make :
vectorField:FieldName.t ->
textField:FieldName.t ->
metadataField:FieldName.t ->
unit ->
t