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
Answered
Hi!

Hi!
about: clearml-data
my case: i have one json coco file, upload it using clearml-data. it will craete v1.0.0. after that i do some changes to jsco co file and sync with exactly same project and dataset name, will create v1.0.1.
my question: is there anyway to see what the different of file changed inside using code (python)/CLI? like git we can know using git diff.
TIA

  
  
Posted 11 months ago
Votes Newest

Answers


Hi @<1523701260895653888:profile|QuaintJellyfish58> , there is no way to see it. However, you can add visualization on top of a dataset using the Logger module and then compare those

  
  
Posted 11 months ago