Skip to content

/AWS1/CL_BDAVECTORKNOWLEDGEB00

Contains details about the model used to create vector embeddings for the knowledge base.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_EMBEDDINGMODELARN TYPE /AWS1/BDABEDROCKEMBEDDINGMDE00 /AWS1/BDABEDROCKEMBEDDINGMDE00

The Amazon Resource Name (ARN) of the model or inference profile used to create vector embeddings for the knowledge base.

Optional arguments:

IO_EMBEDDINGMODELCONF TYPE REF TO /AWS1/CL_BDAEMBEDDINGMODELCONF /AWS1/CL_BDAEMBEDDINGMODELCONF

The embeddings model configuration details for the vector model used in Knowledge Base.

IO_SUPPLEMENTALDATASTRGCONF TYPE REF TO /AWS1/CL_BDASUPPLEMENTALDATA00 /AWS1/CL_BDASUPPLEMENTALDATA00

If you include multimodal data from your data source, use this object to specify configurations for the storage location of the images extracted from your documents. These images can be retrieved and returned to the end user. They can also be used in generation when using RetrieveAndGenerate.


Queryable Attributes

embeddingModelArn

The Amazon Resource Name (ARN) of the model or inference profile used to create vector embeddings for the knowledge base.

Accessible with the following methods

Method Description
GET_EMBEDDINGMODELARN() Getter for EMBEDDINGMODELARN, with configurable default
ASK_EMBEDDINGMODELARN() Getter for EMBEDDINGMODELARN w/ exceptions if field has no v
HAS_EMBEDDINGMODELARN() Determine if EMBEDDINGMODELARN has a value

embeddingModelConfiguration

The embeddings model configuration details for the vector model used in Knowledge Base.

Accessible with the following methods

Method Description
GET_EMBEDDINGMODELCONF() Getter for EMBEDDINGMODELCONFIGURATION

supplementalDataStorageConfiguration

If you include multimodal data from your data source, use this object to specify configurations for the storage location of the images extracted from your documents. These images can be retrieved and returned to the end user. They can also be used in generation when using RetrieveAndGenerate.

Accessible with the following methods

Method Description
GET_SUPPLEMENTALDATASTRGCONF() Getter for SUPPLEMENTALDATASTORAGECONF