Skip to content

Leverage distance matrix API for Visualize tab #340

@coszio

Description

@coszio

For the Visualize section, currently we do a random sampling of points, and pull them along with their vectors. Afterwards we process them all in the browser, depending on their dimensionality reduction algorithm.

Since Qdrant v1.12.0, we've had a dedicated distance matrix API, which should improve the algorithms' time of execution.

If the algorithms accept a precalculated matrix, it would be nice to make use of this API before passing the work to the browser.

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