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
WearyLeopard29
Moderator
6 Questions, 23 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

22 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
For Google Cloud Storage, you can use default project credentials for all buckets, or specify credentials per individual buckets and sub-directory. Does this...
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
If I update the annotation files for some dataset and upload it. Can it call the previous version of dataset using the dataset id ? Dataset.get(dataset_id=DS...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Hi, I'm encountering a problem while setting up the clearml-agent I've installed clearml-server on a remote machine, and made 3 url (eg, http://myclearmlfile...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, is there a way to tag a dataset using the python package ?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
I see that there are new products called clreaml deploy and clearml hyper datasets. What are the use cases or features of these ?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
I'm trying to setup clearml-server on a Linux VM using these instruction However clearml-elastic doesn't startup which also causes the API server to fail sta...
3 years ago