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 There, Are There Any Plans To Add Better Documentation/Examples To

Hi there, are there any plans to add better documentation/examples to clearml-serving ? I have my serving working with version 0.9.0, but I can't see any documentation or examples about the updates done in version 1.0.0

  
  
Posted one year ago
Votes Newest

Answers 3


Hi ElegantCoyote26 , most certainly 🙂

  
  
Posted one year ago

I am curious about the updates on version 1.0.0, where can I see some info regarding this?
Passing state information from pre to postprocessing and the dynamic preprocessing code thing, for example

  
  
Posted one year ago

hi ElegantCoyote26

but I can't see any documentation or examples about the updates done in version 1.0.0

So actually the docs are only for 1.0... https://clear.ml/docs/latest/docs/clearml_serving/clearml_serving

Hi there, are there any plans to add better documentation/example

Yes, this is work in progress, the first Item on the list is custom model serving example (kind of like this one https://github.com/allegroai/clearml-serving/tree/main/examples/pipeline )

about the updates done in version

Putting aside bugfixes and performance, it was mostly on adding the ability to store state per call,
Meaning you can push data in the preprocess call, and get it back in the postprocess call
https://github.com/allegroai/clearml-serving/blob/826f503cf4a9b069b89eb053696d218d1ce26f47/clearml_serving/preprocess/preprocess_template.py#L38

Is there a specific example code you are looking for?

  
  
Posted one year ago
622 Views
3 Answers
one year ago
one year ago
Tags
Similar posts