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?
model interface input schema validation failed for cohere model when there is pre processing function, suspect that the model interface validation happens before the pre-processing function, so it throw exceptions before it reaches pre-processing function
After testing, this bug will occur in both cohere.embed-multilingual-v31 and cohere.embed-english-v3 bedrock model. And the exception behavior is flaky. That means sometimes it will get successfully parsed, but most of the time not
What is the bug?
model interface input schema validation failed for cohere model when there is pre processing function, suspect that the model interface validation happens before the pre-processing function, so it throw exceptions before it reaches pre-processing function
following the blueprint , got status_exception
How can one reproduce the bug?
Steps to reproduce the behavior:
step 1: create connector follow the blue print:
Step 2: register and deploy model
Step 3: call predict using the same example from blue print
got exceptions:
What is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: