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 Everyone! I Have Few Questions In Hosting The Clearml Server


Hi @<1639074542859063296:profile|StunningSwallow12> , to answer your questions:

  • Technically speaking the UI uses the API to do this, so you can generate it via the API. I would suggest opening dev tools (F12) and seeing what the web UI sends to the backend when you create the credentials through the UI.
  • Yes. Simply point all clearml.conf files to point to the NAS instead of the files server
  
  
Posted 10 months ago
90 Views
0 Answers
10 months ago
10 months ago