Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: DynamoDbChatStorage option to replace sensitive content by placeholder #131

Open
pierrehanne opened this issue Dec 3, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@pierrehanne
Copy link

pierrehanne commented Dec 3, 2024

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

Maintain the implementation of a custom storage solution for DynamoDB instead of using DynamoDbChatStorage.
@tica3467
Copy link

Really sorry but am back now

1 similar comment
@tica3467
Copy link

Really sorry but am back now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants