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
Hi Allegroal Team, I Recently Saw Your Project And Tried It. This Is A Great Tool! I Have A Question To Ask:

Hi allegroal team, I recently saw your project and tried it. This is a great tool! I have a question to ask:
How to upload tasks from local machine to server queue? (Because I don’t want to execute it locally, I currently use ctrl+c to interrupt it, and then reset & enqueue this task on the server UI)
Thank you!

  
  
Posted 3 years ago
Votes Newest

Answers 3


the Task object has a method called Task.execute_remotely

Look it up here:
https://allegro.ai/docs/task.html#trains.task.Task.execute_remotely

  
  
Posted 3 years ago

FierceFly22 like Elior wrote, you can use Task.execute_remotely , just need to supply the queue name 🙂

  
  
Posted 3 years ago

Thank you very much WackyRabbit7 and TimelyPenguin76 . I will try it later : )

  
  
Posted 3 years ago
530 Views
3 Answers
3 years ago
one year ago
Tags