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
SuperficialSparrow80
Moderator
1 Question, 1 Answer
  Active since 09 October 2025
  Last activity 18 days ago

Reputation

0

Badges 1

Eureka!
0 Votes
2 Answers
138 Views
0 Votes 2 Answers 138 Views
Hello everyone. I'm trying to run a clearml-agent and would like to configure the agent using the conda package manager. Additionally I would like to tell th...
22 days ago
0 Hello Everyone. I'M Trying To Run A

Hello Alon, thank you for your response. I saw this section for the configuration. What I do not understand is what values in this section should be changed and how..

What I would like to do:

package_manager: {
        # supported options: pip, conda, poetry, uv
        type: conda,

        # path to environment.yml in repository root directory
        # What key/value configuration pair do I use here?
        requirements_file: "$GIT_ROOT/environment.yml" # <-- Something like this?
...
18 days ago