You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Amazon Bedrock with DynamoDB for a production use case. A highly valuable feature would be the ability to detect and replace sensitive content with placeholders (e.g., replacing 'company-name' with '#PLACEHOLDER#') before storing it in DynamoDB Chat Storage.
Additionally, when the agent reviews the DynamoDB chat history to answer a query, the system should replace '#PLACEHOLDER#' with the original content. This ensures the agent responds accurately, using the original content rather than the placeholder.
Solution/User Experience
Enhance user experience by eliminating the need for custom storage implementation, making it an optional feature directly available within DynamoDB Chat Storage.
Alternative solutions
Maintain the implementation of a custom storage solution for DynamoDB instead of using DynamoDbChatStorage.
The text was updated successfully, but these errors were encountered:
Use case
Using Amazon Bedrock with DynamoDB for a production use case. A highly valuable feature would be the ability to detect and replace sensitive content with placeholders (e.g., replacing 'company-name' with '#PLACEHOLDER#') before storing it in DynamoDB Chat Storage.
Additionally, when the agent reviews the DynamoDB chat history to answer a query, the system should replace '#PLACEHOLDER#' with the original content. This ensures the agent responds accurately, using the original content rather than the placeholder.
Solution/User Experience
Enhance user experience by eliminating the need for custom storage implementation, making it an optional feature directly available within DynamoDB Chat Storage.
Alternative solutions
The text was updated successfully, but these errors were encountered: