VectorIngestionConfiguration
Contains details about how to ingest the documents in a data source.
Contents
- chunkingConfiguration
- 
               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. Type: ChunkingConfiguration object Required: No 
- contextEnrichmentConfiguration
- 
               The context enrichment configuration used for ingestion of the data into the vector store. Type: ContextEnrichmentConfiguration object Required: No 
- customTransformationConfiguration
- 
               A custom document transformer for parsed data source documents. Type: CustomTransformationConfiguration object Required: No 
- parsingConfiguration
- 
               Configurations for a parser to use for parsing documents in your data source. If you exclude this field, the default parser will be used. Type: ParsingConfiguration object Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: