VectorIngestionConfiguration

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

Types

Link copied to clipboard
class Builder
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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String