RedisEnterpriseCloudFieldMapping

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

Types

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

Properties

Link copied to clipboard

The name of the field in which Amazon Bedrock stores metadata about the vector store.

Link copied to clipboard

The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.

Link copied to clipboard

The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.

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