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
Unanswered
If We Use A Poetry Queue And Do Not Specify The

If we use a poetry queue and do not specify the agent.package_manager.poetry_version , will ClearML install/update anything?
Asking because there are some issues with the latest poetry (1.4.0), and we’d like to lock it to 1.3.2, so we make sure this happens by pip install poetry==1.3.2 .
Just wanted to verify this behaviour

EDIT: Seems not - None

  
  
Posted one year ago
Votes Newest

Answers