Skip to content

Commit a511066

Browse files
committed
Add documentation.
1 parent 30a9765 commit a511066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/r/bedrockagent_knowledge_base.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ The `pinecone_configuration` configuration block supports the following argument
184184
* `credentials_secret_arn` - (Required) ARN of the secret that you created in AWS Secrets Manager that is linked to your Amazon RDS database.
185185
* `database_name` - (Required) Name of your Amazon RDS database.
186186
* `field_mapping` - (Required) Names of the fields to which to map information about the vector store. This block supports the following arguments:
187+
* `custom_metadata_field` - (Optional) Name for the universal metadata field where Amazon Bedrock will store any custom metadata from your data source.
187188
* `metadata_field` - (Required) Name of the field in which Amazon Bedrock stores metadata about the vector store.
188189
* `primary_key_field` - (Required) Name of the field in which Amazon Bedrock stores the ID for each entry.
189190
* `text_field` - (Required) 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.

0 commit comments

Comments
 (0)