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'M Quite New To Clearml , Just Started Self-Hosting It On Our Gke Using Helm Charts( Enabled Fixed Users, Using Clusterip Instead Of Nodeport ). I Have 2 Doubts .

Hi everyone, I'm quite new to ClearML , just started self-hosting it on our GKE using helm charts( enabled fixed users, using ClusterIP instead of NodePort ).
I have 2 doubts .

  • Most documents suggests 3 different hosts for api/app/file servers. Can we not host all of them on single domain using Path based routing ?2. We have been training simple models and can see those model files are logged in the dashboard. However Download of these models doesnt work from UI. We get unauthorized error (on redirects to fileserver)
  
  
Posted one month ago
Votes Newest

Answers 2


image

  
  
Posted one month ago

Hi @<1749602873152376832:profile|EncouragingSquid4> , Welcome!
To address your questions:

  • I think you can do routing for them but you'd have to set it up.
  • I assume the models are being saved to the files server. Can you share a screenshot?
  
  
Posted one month ago
195 Views
2 Answers
one month ago
one month ago
Tags