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
Hi! I Have A Question Regarding Clearml-Agent Some Of The Packages In My Requirements Are Stored In A Private Pypi. Is There A Way To Pass The Credentials To The Agent Somwhow For The Task Installation Step?


Hi VirtuousMole5 , see here: https://github.com/allegroai/clearml-agent/blob/a5a797ec5e5e3e90b115213c0411a516cab60e83/docs/clearml.conf#L78
The URL you provide can include user/password as well (in the https://<user>:<pass>@<hostname>/... format)

  
  
Posted one year ago
105 Views
0 Answers
one year ago
one year ago