Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
FancyOtter74
Moderator
4 Questions, 18 Answers
  Active since 15 September 2023
  Last activity 2 months ago

Reputation

0

Badges 1

18 × Eureka!
0 Votes
5 Answers
284 Views
0 Votes 5 Answers 284 Views
I'm setting task.publish_on_completion(True) right after initializing the task, and this works as expected if I run the task locally. But when executed on a ...
3 months ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
My data processing scripts are run in the cloud with the help of ClearML autoscaler. The cloud doesn't (and won't) have access to Git, which is in our intern...
10 months ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
one year ago
0 Votes
4 Answers
313 Views
0 Votes 4 Answers 313 Views
Dataset uploading failed, but task finished successfully. As a result - dataset is in inconsistent state, where it thinks that there's a file inside, but the...
3 months ago