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
FlutteringLobster45
Moderator
2 Questions, 2 Answers
  Active since 30 July 2025
  Last activity 28 days ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
2 Answers
418 Views
0 Votes 2 Answers 418 Views
one month ago
0 Votes
3 Answers
452 Views
0 Votes 3 Answers 452 Views
Hi everyone, what is the best way to setup the environment in a ClearML task directly from the repo I'm cloning from? I'd like to run the following bash comm...
one month ago
0 Hi Everyone, What Is The Best Way To Setup The Environment In A Clearml Task Directly From The Repo I'M Cloning From? I'D Like To Run The Following Bash Commands After Cloning The Repo On My Remote Clearml Worker:

Thank you, I used the UI to force "poetry usage" as well as set it in the configuration document. Unfortunately, it still doesn't read the poetry file so not sure what's wrong 😞

one month ago
0 Hi, I'm using `PipelineController` to launch remote pipelines from a local orchestration script. For each input file, I create a pipeline like this sequentially: ```for file in files: pipeline = PipelineController(...) pipeline.add_step(...) pip

Thank you Eugen, I was trying to use both methods but it resulted in an error earlier - so my fallback was a bash script.
I will try again and post my error logs if I'm unsuccessful there.

28 days ago