DataSourceVectorIngestionConfiguration

data class DataSourceVectorIngestionConfiguration(val chunkingConfiguration: DataSourceChunkingConfiguration? = null, val contextEnrichmentConfiguration: DataSourceContextEnrichmentConfiguration? = null, val customTransformationConfiguration: DataSourceCustomTransformationConfiguration? = null, val parsingConfiguration: DataSourceParsingConfiguration? = null)

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: DataSourceChunkingConfiguration? = null, contextEnrichmentConfiguration: DataSourceContextEnrichmentConfiguration? = null, customTransformationConfiguration: DataSourceCustomTransformationConfiguration? = null, parsingConfiguration: DataSourceParsingConfiguration? = null)

Types

Link copied to clipboard
object Companion

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

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.