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
Hello, I Have A Question Regarding Custom Modules- How Can I Successfully Import My Own Modules(From Other Folders Within The Same Root Directory) In The Venv When I'M Running A Pipeline Using Trains-Agent? I Keep Getting The


Hi GiddyTurkey39 , I assume you're running a single script, right? if you're not using Git, and as long as you're using the same local development machine to run the agent, you should be able to add the required folders to the system's PYTHON_PATH environment variable. This should allow you to import them in your code.

  
  
Posted 3 years ago
80 Views
0 Answers
3 years ago
one year ago