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 Everyone! I Have Few Questions In Hosting The Clearml Server


My requirement is as follows:

  • NAS is connected to the server.
  • I am pushing data from a remote machine to the server.
  • By default, the server stores the data in /opt/clearml/data/fileserver .
  • However, I want to store the data on the NAS.

Additionally, after making changes in the docker-compose file, I can adjust the storage path as desired. When I set the path to the NAS, it is resulting in errors.

  
  
Posted 10 months ago
96 Views
0 Answers
10 months ago
10 months ago