Skip to content

Version 0.0.8

Latest
Compare
Choose a tag to compare
@doubleinfinity doubleinfinity released this 20 Aug 01:48
· 11 commits to main since this release

Changed

  • Updated dependency: zeusdb-vector-database from 0.4.0 to 0.4.1 to ensure critical overwrite and memory leak fixes are applied.

Fixed

  • Critical: Fixed duplicate document bug where overwrite=True created multiple entries instead of replacing existing ones
  • Fixed memory leak from accumulated duplicate vectors in HNSW graph during overwrites
  • Fixed Product Quantization codes and training state not properly cleaned up during document removal
  • Fixed vector count inconsistencies when removing documents during overwrite operations

Removed

  • Legacy overwrite behavior that created duplicates instead of proper replacements