What's Changed * merge Ivf branch by BirchKwok in https://github.com/BirchKwok/MinVectorDB/pull/3 * merge Ivf branch by BirchKwok in https://github.com/BirchKwok/MinVectorDB/pull/4 * Ivf by BirchKwok in https://github.com/BirchKwok/MinVectorDB/pull/5 * Rebuild by BirchKwok in https://github.com/BirchKwok/MinVectorDB/pull/6
What's Changed * Add IVF index functionality. by BirchKwok in https://github.com/BirchKwok/MinVectorDB/pull/1 * update README.md by BirchKwok in https://github.com/BirchKwok/MinVectorDB/pull/2
New Contributors * BirchKwok made their first contribution in https://github.com/BirchKwok/MinVectorDB/pull/1
Use a Bloom filter to replace the original hash table, improving memory efficiency and optimizing data insertion speed, and utilize GPU for accelerated distance calculation.