Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@tjgreen42 tjgreen42 released this 02 Jul 23:40
6af0ee1

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