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
GrotesqueDog77
Moderator
5 Questions, 31 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

28 × Eureka!
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
Hello everyone! Does anyone use pipelines? I have the issue with the logger. Scenario: I have pipeline defined with set of pipeline.add_function_step at some...
2 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Hello everyone! I'm trying to use arguments with the pipeline but can not make it work. My case is defined PipelineController add_parameter("docker_image") w...
2 years ago
0 Votes
3 Answers
651 Views
0 Votes 3 Answers 651 Views
Hi! I'm trying to report plotly figure to the output model, but the api does not have this functionality yet (for Model ). From the code of Task reporting I ...
one year ago
0 Votes
28 Answers
929 Views
0 Votes 28 Answers 929 Views
Hi all! I have a question about pipelines. My pipeline consists of several steps: run some computations and generate image of confusion matrix path image pat...
2 years ago
0 Votes
2 Answers
961 Views
0 Votes 2 Answers 961 Views
Hello everyone! I'm trying to add functionality where I need to rotate artifacts. Psedocode: task = Task(...) task.upload_artifact(path)and after some time I...
one year ago