Skip to content

Make a SVD implementation in Rust and remove the dependency of openblas #984

@eddyxu

Description

@eddyxu

Problem Statement

openblas gives us many troubles to build the package in different systems. We only use blas to compute SVD in OPQ now. Because it is only used during indexing, SVD / blas is not performance critical piece of code. It should be safe to remove them.

Desired behavior

We implement SVD in rust, and get rid of openblas-src as dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-indexVector index, linalg, tokenizerenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is neededrustRust related tasks

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions