| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
MongoDbAtlasFieldMapping |
MongoDbAtlasFieldMapping.clone() |
MongoDbAtlasFieldMapping |
MongoDbAtlasConfiguration.getFieldMapping()
Contains the names of the fields to which to map information about the vector store.
|
MongoDbAtlasFieldMapping |
MongoDbAtlasFieldMapping.withMetadataField(String metadataField)
The name of the field in which Amazon Bedrock stores metadata about the vector store.
|
MongoDbAtlasFieldMapping |
MongoDbAtlasFieldMapping.withTextField(String textField)
The name of the field in which Amazon Bedrock stores the raw text from your data.
|
MongoDbAtlasFieldMapping |
MongoDbAtlasFieldMapping.withVectorField(String vectorField)
The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MongoDbAtlasConfiguration.setFieldMapping(MongoDbAtlasFieldMapping fieldMapping)
Contains the names of the fields to which to map information about the vector store.
|
MongoDbAtlasConfiguration |
MongoDbAtlasConfiguration.withFieldMapping(MongoDbAtlasFieldMapping fieldMapping)
Contains the names of the fields to which to map information about the vector store.
|
Copyright © 2024. All rights reserved.