deven96 / deven96/ahnlich

Multiembedding support on DB

Open
#227 1 comment 0 reactions 1 assignee Claimed by @deven96 View on GitHub
enhancement
Dominant language
Rust
Stars
244
Forks
29
Avg merge
2d 41m
Merged PRs (30d)
19

Description

Our current assumption is that models often produce a 1v1 mapping to embeddings but that is not the case .... for several models e.g [insightface](https://github.com/deepinsight/insightface), a single input can produce N embeddings (depending on how many faces are in the image)

Short of duplicating the metadata (which seems like a very bad idea as that would be O(N) for space usage within the DB), we have no apparent way at the moment to make this play nicely with the DB.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.