lanterndata / lantern

PostgreSQL vector database extension for building AI applications
https://lantern.dev
GNU Affero General Public License v3.0
790 stars 57 forks source link

Added dist functions from usearch #46

Closed var77 closed 1 year ago

var77 commented 1 year ago

Description

Added new dist functions cos_dist and hamming_dist which will use usearch implementations you can refer to this PR for more information. l2sq_dist function now will also use usearch implementation.

TODO

Issue

closes #34