When updating a use case, setting the Score threshold to DISABLED does not seem to take effect. #154
Closed
6 tasks done
Labels
bug
Something isn't working
Describe the bug
As per the following documentation, we can configure Kendra's Advanced RAG configurations. However, once we set the Score threshold to a value other than DISABLED, like LOW, we cannot revert it back to DISABLED in subsequent updates. On the web app, there is no error shown, and it appears to be successful, but the change is not reflected.
https://docs.aws.amazon.com/solutions/latest/generative-ai-application-builder-on-aws/advanced-knowledge-base-settings.html
If we update to set the Score threshold to DISABLED, the request body for the PATCH method to API Gateway does not include the ScoreThreshold parameter. In this case, it is considered necessary to perform processing such as deleting the item keys (ScoreThreshold, StorageCapacityUnits) from the DynamoDB table.
To Reproduce
As a result, the Score Threshold does not become DISABLED.
Expected behavior
The Score Threshold value in Advanced RAG configurations can be updated to DISABLED.
Please complete the following information about the solution:
The text was updated successfully, but these errors were encountered: