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
HomelyRabbit25
Moderator
5 Questions, 19 Answers
  Active since 29 February 2024
  Last activity one month ago

Reputation

0

Badges 1

17 × Eureka!
0 Votes
1 Answers
315 Views
0 Votes 1 Answers 315 Views
hi!! I have a question, I have a dataset saved in s3 using clearml, is there a way of getting the full path of this dataset in s3?? something like import cle...
5 months ago
0 Votes
4 Answers
925 Views
0 Votes 4 Answers 925 Views
one year ago
0 Votes
4 Answers
127 Views
0 Votes 4 Answers 127 Views
Hi, I'm trying to upload a dataset to s3 using dataset.upload(show_progress=True, verbose=True, compression=ZIP_STORED) which is supposed to upload without c...
one month ago
0 Votes
19 Answers
1K Views
0 Votes 19 Answers 1K Views
aws
12 months ago
0 Votes
5 Answers
843 Views
0 Votes 5 Answers 843 Views
11 months ago