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 2 months ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
9 Answers
375 Views
0 Votes 9 Answers 375 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...
2 months ago
0 Votes
1 Answers
306 Views
0 Votes 1 Answers 306 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...
3 months ago
0 Votes
1 Answers
286 Views
0 Votes 1 Answers 286 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...
3 months ago
0 Votes
1 Answers
38 Views
0 Votes 1 Answers 38 Views
6 days ago