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
ApprehensiveSeaturtle9
Moderator
4 Questions, 4 Answers
  Active since 27 March 2024
  Last activity 9 months ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
5 Answers
815 Views
0 Votes 5 Answers 815 Views
Hello, about clearml-serving: I uploaded a model, a pre-processing and create an endpoint. I now want to remove these artifacts. Based on None , for the endp...
11 months ago
0 Votes
0 Answers
683 Views
0 Votes 0 Answers 683 Views
Hi, on clearml-serving, where should I add CLEARML_TRITON_HELPER_ARGS ? It does not seem to work in the example.env , should I rebuild the triton docker?
11 months ago
0 Votes
2 Answers
791 Views
0 Votes 2 Answers 791 Views
Hi! Is it useful to create a model monitoring and an endpoint? An endpoint is not enough to use clearml-serving?
11 months ago
0 Votes
3 Answers
703 Views
0 Votes 3 Answers 703 Views
Hello, how do you manage to unload a model from clearml-serving API? I am trying to unload a model through grpc via clearml-serving because the models are lo...
9 months ago