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
StalePigeon24
Moderator
1 Question, 6 Answers
  Active since 07 August 2023
  Last activity 9 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
8 Answers
536 Views
0 Votes 8 Answers 536 Views
9 months ago
9 months ago
0 Hello, Is There Any Hope To Use Clearml-Serving Without The Clearml Server? The Tutorial And Docs Make It Seem Like It'S Required But I Wanted To Check To Be Sure. I Really Like All The Features That Clearml Provides But It Seems Like Everything Is Deep

The install was easy . I really like the local dev setup . Only issue was port conflicts . Not sure why serving and the core server are set to have the same ports 8080

9 months ago
0 Hi Everyone, I'M Trying To Setup Clearml-Serving As Per

I had this same issue and I had to update the clearml.conf to use the public names instead of localhost then register the model and endpoint. After that it was able to resolve the hostname and load the artifacts.

9 months ago
0 Hello, Is There Any Hope To Use Clearml-Serving Without The Clearml Server? The Tutorial And Docs Make It Seem Like It'S Required But I Wanted To Check To Be Sure. I Really Like All The Features That Clearml Provides But It Seems Like Everything Is Deep

Oh the other issue I had was the setup used localhost and I had to change it to my real hostname so that name resolution would function across different docker compose (core , serving)

9 months ago