Skip to content

Bedrock Agent  >  Structures  >  VectorIngestionConfiguration

VectorIngestionConfiguration

Structure Class

VectorIngestionConfiguration dataclass

Contains details about how to ingest the documents in a data source.

Attributes

chunking_configuration class-attribute instance-attribute
chunking_configuration: ChunkingConfiguration | None = None

Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.

context_enrichment_configuration class-attribute instance-attribute
context_enrichment_configuration: ContextEnrichmentConfiguration | None = None

The context enrichment configuration used for ingestion of the data into the vector store.

custom_transformation_configuration class-attribute instance-attribute
custom_transformation_configuration: CustomTransformationConfiguration | None = None

A custom document transformer for parsed data source documents.

parsing_configuration class-attribute instance-attribute
parsing_configuration: ParsingConfiguration | None = None

Configurations for a parser to use for parsing documents in your data source. If you exclude this field, the default parser will be used.