Data Source Vector Ingestion Configuration Args
data class DataSourceVectorIngestionConfigurationArgs(val chunkingConfiguration: Output<DataSourceChunkingConfigurationArgs>? = null, val contextEnrichmentConfiguration: Output<DataSourceContextEnrichmentConfigurationArgs>? = null, val customTransformationConfiguration: Output<DataSourceCustomTransformationConfigurationArgs>? = null, val parsingConfiguration: Output<DataSourceParsingConfigurationArgs>? = null) : ConvertibleToJava<DataSourceVectorIngestionConfigurationArgs>
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.
Constructors
Link copied to clipboard
constructor(chunkingConfiguration: Output<DataSourceChunkingConfigurationArgs>? = null, contextEnrichmentConfiguration: Output<DataSourceContextEnrichmentConfigurationArgs>? = null, customTransformationConfiguration: Output<DataSourceCustomTransformationConfigurationArgs>? = null, parsingConfiguration: Output<DataSourceParsingConfigurationArgs>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
The context enrichment configuration used for ingestion of the data into the vector store.
Link copied to clipboard
val customTransformationConfiguration: Output<DataSourceCustomTransformationConfigurationArgs>? = null
A custom document transformer for parsed data source documents.
Link copied to clipboard
Configurations for a parser to use for parsing documents in your data source. If you exclude this field, the default parser will be used.