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 4 days ago

Reputation

0

Badges 1

34 × Eureka!
0 Votes
3 Answers
62 Views
0 Votes 3 Answers 62 Views
Hi all, is there a way to completely disable all artifact logging?
22 days ago
0 Votes
6 Answers
112 Views
0 Votes 6 Answers 112 Views
27 days ago
0 Votes
3 Answers
186 Views
0 Votes 3 Answers 186 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...
one month ago
0 Votes
46 Answers
12K Views
0 Votes 46 Answers 12K 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...
5 months ago