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
Hi All, I Installed Clearml Server On A Separate Linux Server With Docker-Compose And Tried To Do Clearml-Init However Getting Http 403 On Credential Verification. Used Verify_Certificate = False For Api Config, Port And Ip Is Accessible From My Machine.


api {

web_server:  http://10.3.19.183:8080 
api_server:  http://10.3.19.183:8008 
files_server:  http://10.3.19.183:8081 
verify_certificate = False
credentials {
    "access_key" = "M3Q7QA2TT48OHV6MMFVW"
    "secret_key" = "r7s6axxIpKsNT9sQrxSfsTdZOZti2TS9eJVN9mTVYUqRa15HZT"
}

}

  
  
Posted 2 years ago
132 Views
0 Answers
2 years ago
one year ago