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
ApprehensiveRaven81
Moderator
7 Questions, 15 Answers
  Active since 16 June 2023
  Last activity one year ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
hi everyone, if I use the free hosted server of ClearML, does it mean that I should get a public URL to run inference on my model when I deploy to this server?
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
hi guys, i wonder if clearml-serving support configuring the maximum number of requests for each user
one year ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
hi guys, i want to add a type of message broker like Kafka to put incoming requests in a queue and monitor them. how can I integrate that with clearml?
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
one year ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
hi guys, i have a question regarding clearml-serving. i have deployed my model to an API, now I want to add a front end interface for the URL, how should I g...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
also, does you guys support user authentication? in the documentation - Configuring ClearML Server | ClearML , it says that i have to modify the config file ...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
hi guys, from the documentation , it says that clearml-serving "Support Deep Learning Models (TensorFlow, PyTorch, ONNX)". so I wonder if it does support Pyt...
one year ago