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
Unanswered
Hello, Is There Anyway To Download A Subset Of Dataset? I'Ve Tried

Hello,
Is there anyway to download a subset of Dataset? I've tried get_local_copy() which set part to specific number. It generates only state.json and not download the file in Dataset.

This is the example of generated JSON file.

"dataset_file_entries": [
{
"artifact_name": "data",
"hash": "aef03b15e9b1778d8e9c9a25b2b9d7436feb1ef38f5f7dec3d672a",
"parent_dataset_id": "862dc6ff033045f3944e3d4dadb59ccd",
"relative_path": "291b1f101a2ce02126ae4d78.wav",
"size": 230495374
}
]

  
  
Posted 7 months ago
Votes Newest

Answers

456 Views
0 Answers
7 months ago
7 months ago
Tags