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
Trying To Make A Pipeline Through Pipelinecontroller But Running Into This Error: Modulenotfounderror: No Module Named 'Trains.Automation.Controller'; Has This Been Released Yet?

Trying to make a pipeline through PipelineController but running into this error: ModuleNotFoundError: No module named 'trains.automation.controller'; has this been released yet?

  
  
Posted 3 years ago
Votes Newest

Answers 3


Hi GiddyTurkey39 , it should be released next week, I will update you on this thread once out 🙂

  
  
Posted 3 years ago

Hi GiddyTurkey39 , this will be part of next release, but you can install the current dev from github if you like (which contains the PipelineController):

pip install -e git+ https://github.com/allegroai/trains.git@master#egg=trains

  
  
Posted 3 years ago

TimelyPenguin76 thanks! Do you know when the next version will be released?

  
  
Posted 3 years ago