DataSourceVectorIngestionConfiguration

data class DataSourceVectorIngestionConfiguration(val chunkingConfiguration: DataSourceChunkingConfiguration? = 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)

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.