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
Hello Folks, I'M New To Clearml. I'Ve Installed A Self-Hosted Instance By Using The Docker-Compose.Yml Versioned 3.6. It Appears That My Clearml Service Consists Of 8 Containers. The Issue Is That Whenever I Execute The Service, The


Hi VivaciousReindeer64 , the agent-services service requires additional configuration in order to be able to connect to the server. In the docker-compose, you will find:
CLEARML_API_ACCESS_KEY: ${CLEARML_API_ACCESS_KEY:-} CLEARML_API_SECRET_KEY: ${CLEARML_API_SECRET_KEY:-}Which depends on externally-defined environment variables - these need to be created using the "create new credentials" option in your profile page, and set. Once you have these, restart the agent-services service and it should be able to connect and run properly 🙂

  
  
Posted one year ago
90 Views
0 Answers
one year ago
one year ago