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
ScatteredPeacock14
Moderator
4 Questions, 6 Answers
  Active since 05 June 2024
  Last activity 3 months ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
1 Answers
352 Views
0 Votes 1 Answers 352 Views
Hey, I have a need to temporarily prevent a specific worker, by worker ID, from pulling tasks from all queues. I came across the workers.set_runtime_properti...
5 months ago
0 Votes
9 Answers
485 Views
0 Votes 9 Answers 485 Views
Hi, I know that if you have a child dataset of a dataset with zips, and if the parent has been cached locally, the files in the zips would be symlinked to th...
4 months ago
0 Votes
1 Answers
126 Views
0 Votes 1 Answers 126 Views
one month ago
0 Votes
1 Answers
393 Views
0 Votes 1 Answers 393 Views
Hi, I'm using ClearML 1.16.1 to launch a multi node task using task.launch_multi_node() with a self-hosted ClearML server and workers. As I understand it, th...
4 months ago