Skip to content

Bedrock Agent  >  Structures  >  VectorKnowledgeBaseConfiguration

VectorKnowledgeBaseConfiguration

Structure Class

VectorKnowledgeBaseConfiguration dataclass

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

Attributes

embedding_model_arn instance-attribute
embedding_model_arn: str

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

embedding_model_configuration class-attribute instance-attribute
embedding_model_configuration: EmbeddingModelConfiguration | None = None

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

supplemental_data_storage_configuration class-attribute instance-attribute
supplemental_data_storage_configuration: SupplementalDataStorageConfiguration | None = None

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.