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
SaltySpider22
Moderator
5 Questions, 9 Answers
  Active since 26 January 2024
  Last activity one year ago

Reputation

0

Badges 1

9 × Eureka!
0 Votes
6 Answers
970 Views
0 Votes 6 Answers 970 Views
one year ago
0 Votes
1 Answers
915 Views
0 Votes 1 Answers 915 Views
one year ago
0 Votes
2 Answers
876 Views
0 Votes 2 Answers 876 Views
besides configuring the logging to be more verbose in the clearml.conf, is there another option to change the logging level? If I use the helm charts for dep...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hello folks, does somebody use clearml deployed by helm charts? How can I run a pipeline with python mypip.py ? Always receiving the error message, "clearml_...
one year ago
0 Votes
5 Answers
940 Views
0 Votes 5 Answers 940 Views
Hil all, is there an code sample, how to use clearml in local deployed k3d cluster, using the helm charts in combination with minio? As stated in this blog p...
one year ago