lance-format/lance

Allow users to set a distance threshold to consider two vectors a "very similiar"

Geschlossen

#875 geöffnet am 17.05.2023

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (695 Forks)github user discovery
A-indexA-pythonenhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (6.582 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 1h) (219 gemergte PRs in 30 T)

Beschreibung

Problem Statement

For example, I have lots of images that are resized jpgs and gifs -- the hashes are technically different, but the vector l2 distance is tiny then there's deduplicating things like images and watermarked images -- i also want this to be grouped together and to pick just one which basically uses the vector distance again, but with a looser threshold

Contributor Guide