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

Add database version updates #193

Closed Ngalstyan4 closed 1 year ago

Ngalstyan4 commented 1 year ago

Among other things, fixes #178

github-actions[bot] commented 1 year ago

Benchmarks

metric old new pct change
recall (after create) 0.740 0.740 -
recall (after insert) 0.710 0.770 +8.45%
select bulk tps 506.688 515.725 +1.78%
select bulk latency (ms) 14.922 14.722 -1.34%
select bulk latency (stddev ms) 2.358 3.801 +61.20%
create latency (ms) 1216.307 1217.465 +0.10%
insert bulk tps 12.053 12.050 -0.03%
insert bulk latency (ms) 82.961 82.984 +0.03%
insert bulk latency (stddev ms) 3.980 3.925 -1.38%
disk usage (bytes) 6348800.000 6348800.000 -
codecov[bot] commented 1 year ago

Codecov Report

Merging #193 (d84335d) into main (3474f82) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #193 +/- ## ======================================= Coverage 83.05% 83.05% ======================================= Files 18 18 Lines 1216 1216 Branches 261 261 ======================================= Hits 1010 1010 Misses 81 81 Partials 125 125 ```