lance-format/lance

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

Fermée

#875 ouverte le 17 mai 2023

 (1 commentaire) (0 réaction) (0 personne assignée)Rust (695 forks)github user discovery
A-indexA-pythonenhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (6 582 étoiles)
Métriques de merge PR
 (Merge moyen 6j 1h) (219 PRs mergées en 30 j)

Description

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

Guide contributeur