Stevenic / vectra

Vectra is a local vector database for Node.js with features similar to pinecone but built using local files.
MIT License
321 stars 29 forks source link

LocalIndex: add an incremental ID to the index #21

Open Stevenic opened 9 months ago

Stevenic commented 9 months ago

ID's are big so we can save some space by just using an incrementing ID for new index entries.