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
VivaciousReindeer64
Moderator
3 Questions, 12 Answers
  Active since 18 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

12 × Eureka!
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hi, My local set up uses environment variables like below. CLEARML_HOST_IP=192.168.1.145 CLEARML_WEB_HOST= http://webserver CLEARML_FILES_HOST= http://filese...
2 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello folks, I'm new to ClearML. I've installed a self-hosted instance by using the docker-compose.yml versioned 3.6. It appears that my ClearML service cons...
2 years ago