Skip to content

Allow arbitrary "document" types #1

Description

@janheinrichmerker

Just a quick thought: Why restrict the basic re-ranking interface to just strings?
For example, one might want to re-rank images and there might be models that support that.
I believe, the two main model classes of this library, Result and RankedResults, can pretty easily be relaxed to support generic document types (i.e., by extending Generic[T] and swapping str for T).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions