nickna / Neighborly

An open-source vector database
MIT License
9 stars 2 forks source link

feat: Save and Load indexes to/from the `vectors.bin` file #56

Closed hangy closed 1 week ago

hangy commented 2 weeks ago

## 📝 Description

Proposal for saving and loading the indexes to the vector file.

🔗 Related Issues

Fixes #45

💡 Additional Notes

This adds versioning to the binary file, so that, should a new binary layout be introduced, older versions could be supported for a while.