WunDeeDB.jl: An easy to use, zero config, WAL, SQLite backend vector database
Is now in the general repository, GitHub - mantzaris/WunDeeDB.jl: Your just-works / zero-config / embedded / WAL: vector database
What WunDeeDB.jl offers:
- Store vector embeddings in a SQLite db with transactions (eg WAL)
- Have the index connectivity indices per node reside within rows tables of the SQLite DB and not rely on them being loaded all into memory (RAM) so larger than memory stores can be used
- Be able to choose between disk based HNSW or LM-DiskANN for the approximate nearest neighbor search (or linear fall back)
- Ability to add or remove vectors after the index has been constructed
- Able to work on little or big endian machines with internal translation mechanism