class Aws::BedrockAgent::Types::VectorIngestionConfiguration
@see docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/VectorIngestionConfiguration AWS API Documentation
@return [Types::ParsingConfiguration]
used.
data source. If you exclude this field, the default parser will be
Configurations for a parser to use for parsing documents in your
@!attribute [rw] parsing_configuration
@return [Types::CustomTransformationConfiguration]
A custom document transformer for parsed data source documents.
@!attribute [rw] custom_transformation_configuration
@return [Types::ContextEnrichmentConfiguration]
into the vector store.
The context enrichment configuration used for ingestion of the data
@!attribute [rw] context_enrichment_configuration
@return [Types::ChunkingConfiguration]
when the knowledge base that it belongs to is queried.
chunk refers to an excerpt from a data source that is returned
Details about how to chunk the documents in the data source. A
@!attribute [rw] chunking_configuration
Contains details about how to ingest the documents in a data source.