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
I am using the Elastic Reranker through the _inference API in both Kubernetes and in Elastic Cloud
I had an unexpected breaking change moving from 8.17.2 to 8.18.0
the documentation says that the model itself will do 'balanced truncation' to 512 tokens
This was the case in 8.17. it is not the case in 8.18. In 8.18 if you send it too many tokens you ger this Error return
400 Bad request
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "cannot window a sequence without a configured span"
}
],
"type": "illegal_argument_exception",
"reason": "cannot window a sequence without a configured span"
},
"status": 400
}
Elasticsearch Version
8.18.0
Installed Plugins
No response
Java Version
bundled
OS Version
Elastic Cloud
Problem Description
I am using the Elastic Reranker through the _inference API in both Kubernetes and in Elastic Cloud
I had an unexpected breaking change moving from 8.17.2 to 8.18.0
the documentation says that the model itself will do 'balanced truncation' to 512 tokens
This was the case in 8.17. it is not the case in 8.18. In 8.18 if you send it too many tokens you ger this Error return
400 Bad request
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "cannot window a sequence without a configured span"
}
],
"type": "illegal_argument_exception",
"reason": "cannot window a sequence without a configured span"
},
"status": 400
}
Steps to Reproduce
This Devtools will reproduce the issue
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: