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
SweetShells3
Moderator
9 Questions, 26 Answers
  Active since 17 May 2023
  Last activity 10 months ago

Reputation

0

Badges 1

24 × Eureka!
0 Votes
7 Answers
794 Views
0 Votes 7 Answers 794 Views
Hello! I am using clearml enterprise, and want to pass env vars with environment section in configuration vault So, in logs of remote task (config parsing pa...
10 months ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi all! I can't use scalar tab in all experiments due to elastic search error: Error 100 : General data error (RequestError(400, 'search_phase_execution_exce...
one year ago
0 Votes
1 Answers
862 Views
0 Votes 1 Answers 862 Views
Hi everyone! Could someone tell how to use task.launch_multi_node or give some successful examples? Except the example from https://clear.ml/docs/latest/docs...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi everyone! I faced the problem with ClearML-serving. I've deployed onnx model from higgingface in clearml-serving, but "Error processing request: Error: Fa...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi everyone! I have a question about clearml-serving . Are there any examples how to deploy models via clearml-serving ... model add ... with Python code? If...
one year ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hi everyone! I try to run Pytorch Lightning code on SLURM with srun script like this ( https://pytorch-lightning.readthedocs.io/en/1.2.10/clouds/slurm.html )...
one year ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
Hi everyone! I am using clearml-serving When I am trying to add new endpoint like this clearml-serving --id <> model add --engine triton --endpoint conformer...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi everyone! I use ClearML Pipelines and I have too much parameters in it so I want to use configuration file. How could I connect configuration file (like t...
one year ago
0 Votes
1 Answers
782 Views
0 Votes 1 Answers 782 Views
Hi all! If we use task = clearml.Task.init() task.delete() Does it remove documents from ES related to this task (and reindex)?
12 months ago