Skip to content

Feature : Batch Processing Support #10

Open
@Soumyals

Description

@Soumyals

Currently endpoint processes one text at a time, requiring multiple HTTP calls for bulk sentiment analysis.

Proposed Solution:
Extend the endpoint to accept an array of texts in a single request.
Return aggregated results with the same order as input.

It improves performance, reduces HTTP overhead, and simplifies client-side integration. The update will maintain backward compatibility with single-text requests and include unit and integration tests to ensure reliability.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions