lance-format/lance

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

Fechada

#875 aberto em 17 de mai. de 2023

 (1 comentário) (0 reação) (0 responsável)Rust (695 forks)github user discovery
A-indexA-pythonenhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (6.582 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 1h) (219 fundiu PRs em 30d)

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

Guia do colaborador