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
Hey, It Is Said In The Pipeline Decorator Example That Requirements For Executing A Pipeline Component Is Inferred From The Imports Inside The Component Function, What Is The Behavior For The Very Common

Hey, it is said in the pipeline decorator example that requirements for executing a pipeline component is inferred from the imports inside the component function, what is the behavior for the very common import cv2 where the actual corresponding package to specify in requirements is opencv-python ?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi FierceHamster54 , I think it should install it correctly. Did you have a different experience?

  
  
Posted one year ago

Okay great! I haven't tested it yet but I was wondering while writing my pipeline

  
  
Posted one year ago