-
Notifications
You must be signed in to change notification settings - Fork 25.3k
[EIS] Rename the elser 2 default model and the default inference endpoint #130336
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
base: main
Are you sure you want to change the base?
[EIS] Rename the elser 2 default model and the default inference endpoint #130336
Conversation
Pinging @elastic/ml-core (Team:ML) |
Hi @timgrein, I've created a changelog YAML for you. |
…ence-endpoint' into rename-eis-elser-model-and-inference-endpoint
@@ -41,7 +41,7 @@ public void testGetDefaultEndpoints() throws IOException { | |||
} | |||
|
|||
assertInferenceIdTaskType(allModels, ".rainbow-sprinkles-elastic", TaskType.CHAT_COMPLETION); | |||
assertInferenceIdTaskType(allModels, ".elser-v2-elastic", TaskType.SPARSE_EMBEDDING); | |||
assertInferenceIdTaskType(allModels, ".elser-2-elastic", TaskType.SPARSE_EMBEDDING); | |||
assertInferenceIdTaskType(allModels, ".multilingual-embed-v1-elastic", TaskType.TEXT_EMBEDDING); | |||
assertInferenceIdTaskType(allModels, ".rerank-v1-elastic", TaskType.RERANK); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to remove v
from the text embedding and rerank default endpoint names too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, we'll only do the adjustment for ELSER to be en par with the ML node
We've decided to rename the default model and default inference endpoint for elser running EIS. This needs to be backported to
9.1
and8.19
and we consider it as a bug as multiple other places (will) depend on these new names