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
ComfortableShark77
Moderator
4 Questions, 17 Answers
  Active since 10 January 2023
  Last activity 12 months ago

Reputation

0

Badges 1

17 × Eureka!
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
2 years ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
And one more question. How can i get loaded model in Preporcess class in ClearML Serving?
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello everyone.I have no idea why clearml-serving inference server tries to get model from that url(pic 1), but in ClearML UI i have correct url(pic 2). Coul...
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hello everyone! Can i hide some fields of my config file for task in UI. I log file with task.connect_configuration("config.yml") , and my file looks like that
2 years ago