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
DepravedBee82
Moderator
4 Questions, 34 Answers
  Active since 19 July 2024
  Last activity 2 months ago

Reputation

0

Badges 1

34 × Eureka!
0 Votes
6 Answers
262 Views
0 Votes 6 Answers 262 Views
2 months ago
0 Votes
3 Answers
184 Views
0 Votes 3 Answers 184 Views
Hi all, is there a way to completely disable all artifact logging?
2 months ago
0 Votes
46 Answers
33K Views
0 Votes 46 Answers 33K Views
Hi all, I've successfully run a Task locally, and now I'm trying to clone it and send it to a Queue. It looks like the environment is built successfully, but...
6 months ago
0 Votes
3 Answers
307 Views
0 Votes 3 Answers 307 Views
Hi all - I have a large dataset and have preprocessed it and saved each item in .pt files, which are loaded using torch.load in my Dataset . The issue is tha...
2 months ago