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

[FEATURE] Avoid spilling index into file #35

Closed var77 closed 1 year ago

var77 commented 1 year ago

Description

We will now provide usearch_result_buf argument to usearch_save function, which will collect the index info to our buffer, so we can remove unnecessary file i/o operations.

Issue

https://github.com/lanterndata/lanterndb/issues/13

Dependencies

https://github.com/Ngalstyan4/usearch/pull/2