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
Answered
Hello! In The Latest Release (Clearml 1.16.5), Dependency To Pyjwt Is

Hello!
In the latest release (clearml 1.16.5), dependency to PyJWT is pyjwt<2.9.0
Do you consider relaxing that dependency (allowing pyjwt=2.9.0 ) soon?

  
  
Posted 6 days ago
Votes Newest

Answers 2


Hi @<1716263152817016832:profile|TartHare54> , yes, that is possible, it will just require a small change in the code, I think (change of interface)

  
  
Posted 5 days ago

Thanks @<1523701087100473344:profile|SuccessfulKoala55> , that's good news 🙂

  
  
Posted 5 days ago
18 Views
2 Answers
6 days ago
4 days ago
Tags