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
NonchalantSeaanemone34
Moderator
5 Questions, 7 Answers
  Active since 06 July 2024
  Last activity 7 months ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
6 Answers
877 Views
0 Votes 6 Answers 877 Views
👋 Hi everyone! Is it possible to read data directly from server w/o using get_local_copy()?
8 months ago
0 Votes
3 Answers
670 Views
0 Votes 3 Answers 670 Views
Is there any known issue in pipeline decorator where lambda function call another function(say xyz ) and during pipeline execution, error is thrown that xyz ...
8 months ago
0 Votes
3 Answers
454 Views
0 Votes 3 Answers 454 Views
Hi All, I have become a big fan of ClearML by now 🙂 Big shoutout to clearML team for creating such a wonderful interface. I still keep getting one question ...
7 months ago
0 Votes
1 Answers
662 Views
0 Votes 1 Answers 662 Views
Hi All, How we can set the openAI key in clearML and how to fetch it run time in our python code?
8 months ago
0 Votes
4 Answers
580 Views
0 Votes 4 Answers 580 Views
Hi All, It seems after sync command, finalize is not working: Please let me know if I am missing anything. op = dso.sync_folder(local_path="./data",verbose=T...
7 months ago