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
ArrogantButterfly10
Moderator
5 Questions, 27 Answers
  Active since 29 June 2023
  Last activity one year ago

Reputation

0

Badges 1

26 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hey, I have one query. model = Model.query_models(project_name = global_config.PROJECT_NAME, model_name="model training",max_results=1) is there any way it c...
one year ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Hi, I have one doubt related to pipeline I have one pipeline with eg 3 tasks, preprocess, train and test Now i want to clone the pipeline and change the hype...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
While running a pipeline by decorator, I am getting this error docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daem...
one year ago
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K Views
one year ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Hi, While running a pipeline by task, the pipeline is stuck in 1st stage only. Console is showing Configurations: OrderedDict() Overrides: OrderedDict() and ...
one year ago