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
Hey All, I Made A Few Small Changes To

Hey all, I made a few small changes to clearml Sessions to add some nifty features

  • Added tailscale support by introducing --tailscale
  • Added the ability to configure the project using --project=<> instead of keeping default always as DevOps
  • Exposed the project parameter to the brilliant OSS project : None- This allows one to use desktop vscode in addition to code oss in the browser
    I've done all this in forks, would the community like me to contribute back, or should I maintain seperate forks?
  
  
Posted 2 months ago
Votes Newest

Answers 4


None

  
  
Posted 2 months ago

None

  
  
Posted 2 months ago

Awesome! Did you managed to solve the tailscale issue with ClearML sessions? Sorry I wasn't active with that. I don't use sessions often and I found a suitable alternative in the short time. Any hopes of the changes making their way to a PR for the official release?

  
  
Posted 2 months ago

That's wonderful! I'll have to give it a try. ;)

  
  
Posted 2 months ago