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

replace fixed size takenbuffer with linked list #96

Closed ezra-varady closed 1 year ago

ezra-varady commented 1 year ago

this PR fixes #52. I wasn't sure what to do with the assert(false) in am_insert when COPY_NODES is true. If it's removed tests pass

ezra-varady commented 1 year ago

Thanks for merging! I apologize for submitting and going afk