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
What is the bug?
Support for bedrock converse API was added in 2.18. Along with it, a new field called llmMessages was added to GenerativeQaParameters.java If you upgrade the cluster from 2.17 to 2.18, the byte streams are incompatible for the request and response. This needs to be handled gracefully.
How can one reproduce the bug?
Steps to reproduce the behavior:
Create a cluster with one master and one data node
Create a rag pipeline
Send request to the rag pipeline
What is the expected behavior?
Request should be successfully processed and response returned.
What is the bug?
Support for bedrock converse API was added in 2.18. Along with it, a new field called
llmMessages
was added toGenerativeQaParameters.java
If you upgrade the cluster from 2.17 to 2.18, the byte streams are incompatible for the request and response. This needs to be handled gracefully.How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
Request should be successfully processed and response returned.
Do you have any screenshots?
Example stack trace:
Context:
#2851
The text was updated successfully, but these errors were encountered: