-
Notifications
You must be signed in to change notification settings - Fork 341
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
[BUG]Nova doesn't work #629
Comments
This seems to be also happening with the other models aswell. |
In other models, it occurs after several exchanges, but in nova, it occurs from the beginning to the end. |
This occurs on all nova series. |
Please provide cloudwatch logs for websocket handler. |
Please let me know if this is sufficient information I believe the Bedrock API is reporting that a if (
role == "user"
and guardrail
and guardrail.grounding_threshold > 0
and grounding_source
):
return [
{"guardContent": grounding_source},
{
"guardContent": {
"text": {"text": c.body, "qualifiers": ["query"]}
}
},
] If EDIT: My Cloudwatch logs show a completely different issue vs. the one from the OP. I've made a new ticket to keep things better organized: #637 |
We're currently inspecting this. It seems to be happening when the tool config input scheme has the "title" key. Please let me know if you can fix the error by deleting this key when Nova is selected. We're working on testing more thoroughly now. We've had success by deleting the
|
@lopez-hector Thank you for your detailed investigation. As you mentioned, official doc says that no need to add |
As far as I am aware the issue seems to stem from the |
Describe the bug
If you select Nova to chat with an existing RAG bot, an error will occur.
The text was updated successfully, but these errors were encountered: