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
Profile picture
FlutteringSheep58
Moderator
2 Questions, 5 Answers
  Active since 10 January 2023
  Last activity 7 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
9 Answers
629 Views
0 Votes 9 Answers 629 Views
Hi everyone. I have a problem with pipeline. I use Pipeline.Decorator for building pipeline. I add repo then try to call library/funciton from this repo but ...
one year ago
0 Votes
2 Answers
527 Views
0 Votes 2 Answers 527 Views
7 months ago
0 Hi Everyone. I Have A Problem With Pipeline. I Use

Traceback (most recent call last): File "/root/.clearml/venvs-builds/3.8/code/get_signatures.py", line 34, in <module> results = get_signatures(**kwargs) File "/root/.clearml/venvs-builds/3.8/code/get_signatures.py", line 9, in get_signatures speaker_module = LIBRARY_IN_REPO(clearml_id=model) NameError: name 'LIBRARY_IN_REPO' is not defined

one year ago
0 Hi Everyone. I Have A Problem With Pipeline. I Use

BTW thank you, I will check directory

one year ago
0 Hi Everyone. I Have A Problem With Pipeline. I Use

Hi Max! Yes it is root of the repo. I need file that place root_repo/library_name/file.py. I run pipeline with an agent

one year ago
0 Hi Everyone. I Have A Problem With Pipeline. I Use

Thank you! I will try and share result with you too 🙂 Good ideas

one year ago