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
Answered
Hi Everyone! I Just Wanted To Bring To Your Attention That Clearml 1.16.0 Introduced Authentication For The Self-Hosted Fileserver By Default.

Hi everyone!

I just wanted to bring to your attention that ClearML 1.16.0 introduced authentication for the self-hosted fileserver by default. None

If any of you are hosting the fileserver behind a public URL, I would highly encourage you to update to image: allegroai/clearml:1.16.0 as soon as possible.

prior to this version,

wget <artifact-url>

would return artifacts with unauthenticated requests. Now it returns a

401 Unauthorized

.

Huge shout out and thank you to the development team for this feature. It is so very much appreciated!

  
  
Posted 2 months ago
Votes Newest

Answers


Thank you @<1689446563463565312:profile|SmallTurkey79> !!!

  
  
Posted 2 months ago
338 Views
1 Answer
2 months ago
2 months ago
Tags