lanterndata / lantern

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

Support for index only scans #188

Closed therealdarkknight closed 1 year ago

therealdarkknight commented 1 year ago

Addresses issue 161

Allows for index-only scans by storing non-key column values (via INCLUDE clauses) alongside vector data in HnswIndexNode, and retrieving them appropriately when performing a scan