lance-format/lance

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

已關閉

#875 建立於 2023年5月17日

 (1 則留言) (0 個反應) (0 位負責人)Rust (695 個分叉)github user discovery
A-indexA-pythonenhancementgood first issuehelp wanted

倉庫指標

星標
 (6,582 顆星)
PR 合併指標
 (平均合併 6天 1小時) (30 天內合併 219 個 PR)

描述

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

貢獻者指南