Skip to content

fix: support dotted task names in launcher#877

Closed
AdamRajfer wants to merge 1 commit intomainfrom
arajfer/dotted-task-names
Closed

fix: support dotted task names in launcher#877
AdamRajfer wants to merge 1 commit intomainfrom
arajfer/dotted-task-names

Conversation

@AdamRajfer
Copy link
Copy Markdown
Contributor

Split task query strings on the first dot only (split(".", 1)) so that task names containing dots (e.g. mteb.Touche2020Retrieval.v3) are handled correctly instead of raising an error.

Replace dots with hyphens in Lepton endpoint/job names for RFC 1123 compliance, instead of dropping everything before the last dot.

Remove the restriction that rejected queries with more than one dot character.

Split task query strings on the first dot only (split(".", 1)) so that
task names containing dots (e.g. mteb.Touche2020Retrieval.v3) are handled
correctly instead of raising an error.

Replace dots with hyphens in Lepton endpoint/job names for RFC 1123
compliance, instead of dropping everything before the last dot.

Remove the restriction that rejected queries with more than one dot
character.

Signed-off-by: Adam Rajfer <arajfer@nvidia.com>
@AdamRajfer
Copy link
Copy Markdown
Contributor Author

/ok to test 12b53f5

@AdamRajfer AdamRajfer closed this Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant