KnowledgeBaseOpenSearchServerlessConfiguration

data class KnowledgeBaseOpenSearchServerlessConfiguration(val collectionArn: String, val fieldMapping: KnowledgeBaseOpenSearchServerlessFieldMapping, val vectorIndexName: String)

Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.

Constructors

constructor(collectionArn: String, fieldMapping: KnowledgeBaseOpenSearchServerlessFieldMapping, vectorIndexName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the OpenSearch Service vector store.

Link copied to clipboard

Contains the names of the fields to which to map information about the vector store.

Link copied to clipboard

The name of the vector store.