What's Changed
This release fixes a number of major stability issues:
- Fix for issue #193: crash on concurrent insertions
- Fix for issue #238: crash when scanning index with NULL value
- Fix potential segfault in QuantizedVectorCache
We also now respect maintenance_work_mem
when building indexes:
- Fix #227: use LRU caches during index build to limit memory consumption
And we fixed a longstanding issue with disabling rescoring:
- Fix for issue #209 rescoring cannot be disabled
Full Changelog: 0.7.1...0.8.0