Skip to content

/AWS1/CL_BDAVECTORINGESTIONC00

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

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_CHUNKINGCONFIGURATION TYPE REF TO /AWS1/CL_BDACHUNKINGCONF /AWS1/CL_BDACHUNKINGCONF

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.

IO_CUSTOMTRANSFORMATIONCONF TYPE REF TO /AWS1/CL_BDACUSTTRANSFMTIONC00 /AWS1/CL_BDACUSTTRANSFMTIONC00

A custom document transformer for parsed data source documents.

IO_PARSINGCONFIGURATION TYPE REF TO /AWS1/CL_BDAPARSINGCONF /AWS1/CL_BDAPARSINGCONF

A custom parser for data source documents.


Queryable Attributes

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.

Accessible with the following methods

Method Description
GET_CHUNKINGCONFIGURATION() Getter for CHUNKINGCONFIGURATION

customTransformationConfiguration

A custom document transformer for parsed data source documents.

Accessible with the following methods

Method Description
GET_CUSTOMTRANSFORMATIONCONF() Getter for CUSTOMTRANSFORMATIONCONF

parsingConfiguration

A custom parser for data source documents.

Accessible with the following methods

Method Description
GET_PARSINGCONFIGURATION() Getter for PARSINGCONFIGURATION