DeployQL / LintDB

Vector Database with support for late interaction and token level embeddings.
https://www.lintdb.com/
Apache License 2.0
50 stars 2 forks source link

A user should be able to upload binary embeddings #13

Open mtbarta opened 5 months ago

mtbarta commented 5 months ago

As a user, I want to upload binary embeddings from cohere (et al) directly into the database. This helps support the latest and greatest embedding formats, run faster, and use less resources.

Acceptance Criteria

If a user inserts binary data, then the index should be configured to correctly calculate scores against it.

See the following repos for how this is used: https://github.com/cohere-ai/BinaryVectorDB https://github.com/ashvardanian/usearch-binary/