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
He Everyone! Is There An Option To Set Extra_Docker_Shell_Script For Project Or Experiment, Rather Than For Global User Configuration? I'M Working On Several Projects And Each Of Them Require Their Own Environment Which Couldn'T Be Set Up From Python.

He everyone!

Is there an option to set extra_docker_shell_script for project or experiment, rather than for global user configuration? I'm working on several projects and each of them require their own environment which couldn't be set up from python.

  
  
Posted 13 days ago
Votes Newest

Answers 2


Awesome, thank you!

  
  
Posted 13 days ago

Hi @<1691983266761936896:profile|AstonishingOx62> , you can use set_base_docker in the code to specify it per experiment - None

  
  
Posted 13 days ago
59 Views
2 Answers
13 days ago
13 days ago
Tags