VectorKnowledgeBaseConfiguration

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

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