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
FreshParrot56
Moderator
4 Questions, 10 Answers
  Active since 10 January 2023
  Last activity 11 months ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
3 Answers
605 Views
0 Votes 3 Answers 605 Views
Hi, What is the best way to get a local copy of only the specified files from the dataset? Case: I got a list of added files for N versions using Dataset.lis...
11 months ago
0 Votes
6 Answers
555 Views
0 Votes 6 Answers 555 Views
Hello, is there a way to disable dataset caching so that when dataset.get_mutable_local_copy('/my-folder') is called, a copy of the dataset is not saved to /...
one year ago
0 Votes
1 Answers
622 Views
0 Votes 1 Answers 622 Views
one year ago
0 Votes
12 Answers
592 Views
0 Votes 12 Answers 592 Views
Hello! On the Dataset tab, it is possible to add tags for dataset manually. Is there a way to add tags through the code? When I add tags through dataset = Da...
one year ago
0 Hi, What Is The Best Way To Get A Local Copy Of Only The Specified Files From The Dataset? Case: I Got A List Of Added Files For N Versions Using Dataset.List_Added_Files() And I Want To Download Them To A Folder

But is there a way to download only the files I need, and not the entire dataset? something like my_dataset.get_mutable_local_copy(my_path, files=['1.png', '2.png'])

11 months ago
0 Hello, Is There A Way To Disable Dataset Caching So That When

I want to get a copy of the dataset with sensitive data on a remote network drive, and I don't want this data or any part of it to remain on the computer from which I am executing the request (even sacrificing performance)

one year ago
0 Hello, Is There A Way To Disable Dataset Caching So That When

All datasets contain sensitive data, and I wish there was some way to use a remote network drive as a cache (sounds weird, but is there a better way?)

one year ago