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
Hey, the <https://clear.ml/docs/latest/docs/references/api/#request-format|api reference> says that the url should be ```https://&lt;base_url&gt;/auth.login``` but to make it actually work I have to do ```https://&lt;base_url&gt;/api/v1.0/auth.login``` Th


Regarding the original message, base_url refers to the API endpoint (in a self-served server, this would usually be with port 8008). The fact you had to use /api simply means you were using the WebApp endpoint which has its own apo reverse proxy, which should not really be used by external clients (it's possible, but there's no guarantee for backwards compatibility there as it's designed to be used by the WebApp and might change in the future)

  
  
Posted 10 months ago
136 Views
0 Answers
10 months ago
10 months ago