NEWVectors or files. Pick a path.Start →
    Apply

    Classify

    Classify documents at query time using built-in tasks (like NSFW content safety) or a custom model deployed as a plugin

    Note: This playground provides simulated output to showcase functionality. No data is processed on our servers. Use this demo to explore the stage's configuration options before integrating it into your retriever pipeline.

    Configuration

    string

    Built-in classification task to run (e.g. 'nsfw'). Mutually exclusive with feature_uri.

    string

    Feature URI of your custom classifier plugin. Required unless task is set; mutually exclusive with task.

    string

    Document field path containing text to classify.

    string

    Document field path containing an image URL to classify instead of text (built-in tasks only).

    string

    Document field path containing a video URL to classify instead of text (built-in tasks only).

    string

    Field path to store classification results.

    number

    Score at or above which a document is flagged is_nsfw ('nsfw' task only).

    boolean

    Drop documents flagged unsafe instead of annotating them ('nsfw' task only).

    integer

    Documents per inference call (1-100).

    integer

    Maximum concurrent inference requests (1-20).

    Output

    No output yet

    Configure the stage parameters and click "Run Stage" to see the simulated output.