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
CumbersomeSealion22
Moderator
3 Questions, 19 Answers
  Active since 19 July 2024
  Last activity 8 months ago

Reputation

0

Badges 1

18 × Eureka!
0 Votes
11 Answers
823 Views
0 Votes 11 Answers 823 Views
8 months ago
0 Votes
15 Answers
694 Views
0 Votes 15 Answers 694 Views
When trying to run my agent with poetry as package manager (could also be with pip, but definitely with poetry), strange things seem to happen when trying to...
8 months ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
As soon as I refactor my project into multiple folders, where on top-level I put my pipeline file, and keep my tasks in a subfolder, the clearml agent seems ...
8 months ago