Values.NeptuneAnalyticsFieldMappingSourceContains the names of the fields to which to map information about the vector store.
type nonrec t = {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.
*)}