lance-format/lance

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

Open

#875 opened on May 17, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (695 forks)github user discovery
A-indexA-pythonenhancementgood first issuehelp wanted

Repository metrics

Stars
 (6,582 stars)
PR merge metrics
 (Avg merge 6d 1h) (219 merged PRs in 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

Contributor guide