RdsFieldMapping¶
Structure Class¶
RdsFieldMapping
dataclass
¶
Contains the names of the fields to which to map information about the vector store.
Attributes¶
custom_metadata_field
class-attribute
instance-attribute
¶
custom_metadata_field: str | None = None
Provide a name for the universal metadata field where Amazon Bedrock will store any custom metadata from your data source.
metadata_field
instance-attribute
¶
metadata_field: str
The name of the field in which Amazon Bedrock stores metadata about the vector store.
primary_key_field
instance-attribute
¶
primary_key_field: str
The name of the field in which Amazon Bedrock stores the ID for each entry.
text_field
instance-attribute
¶
text_field: str
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.
vector_field
instance-attribute
¶
vector_field: str
The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.