AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgent.Model.VectorKnowledgeBaseConfiguration

Namespace: Amazon.BedrockAgent.Model
Assembly: AWSSDK.BedrockAgent.dll
Version: 3.x.y.z

Syntax

C#
public class VectorKnowledgeBaseConfiguration

The VectorKnowledgeBaseConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property EmbeddingModelArn System.String

Gets and sets the property EmbeddingModelArn.

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

Public Property EmbeddingModelConfiguration Amazon.BedrockAgent.Model.EmbeddingModelConfiguration

Gets and sets the property EmbeddingModelConfiguration.

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

Public Property SupplementalDataStorageConfiguration Amazon.BedrockAgent.Model.SupplementalDataStorageConfiguration

Gets and sets the property 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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5