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 An Issue With Using A

Hi everyone,
I have an issue with using a List[List[int]] in the add_parameter function of the PipelineController . It's pretty weird, because the pipeline function step that uses the parameter works fine, but the next step that doesn't use the parameter of the pipeline throws an error in the yaml parser. See screenshot. Also below the example code that shows the example. When I convert my data via pickle to a byte string, I don't have any issues, but that's kind of sub-optimal to convert all parameters to strings.
Does anyone have an idea what the problem might be, and whether there is something I can do, to make it work?
Attached the code that shows the issue.
image

  
  
Posted one month ago
Votes Newest

Answers

83 Views
0 Answers
one month ago
one month ago
Tags
Similar posts