
Few-shot SetFit classifier that scores a String against a class set fitted from a handful of examples, emitting ranked [Classification], a single Classification, or [Double] in sorted class order. For few examples per class with no LLM endpoint.
Few-shot intent tagging over a text file, published as JSON.
Topic routing on extracted document text, gated by a branch.
model and is fixed for the deployment; changing the example set or backbone requires a restart, and only top_k is read per message.example_texts and example_labels of equal length with at least two distinct labels, or it fails fast at startup.[Double] arm scores align to the sorted class set order, which downstream must pin.String input returns the empty form of the resolved arm (an empty ranked list, a zero-confidence empty-label Classification, or an all-zero score vector) without running the model.Automated release