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
Profile picture
SwankyMosquito41
Moderator
1 Question, 1 Answer
  Active since 05 May 2025
  Last activity 3 months ago

Reputation

0

Badges 1

Eureka!
0 Votes
2 Answers
487 Views
0 Votes 2 Answers 487 Views
Hey all, I have setup a CLearmL server (self-hosted, Ubuntu 24.04), and it is working now, but I am a bit unsure about some areas. - What do I need to put fo...
3 months ago
0 Hey All, I Have Setup A Clearml Server (Self-Hosted, Ubuntu 24.04), And It Is Working Now, But I Am A Bit Unsure About Some Areas.

Hi @<1523701070390366208:profile|CostlyOstrich36> , thank you so much. I was able to resolve the preview and url issues, this was a configuration issue with CORS and my reverse proxy, also I had an SSL issue.
What I am currently wondering is, if there is a way to put tags programmatically on the items directly visible on the datasets pages? I know how to put tags on the dataset versions, but I could only find that I am able to manually tag datasets themselves at top-level... Can I have the t...

3 months ago