File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
---
9
9
10
+ ## [ 0.0.8] - 2025-08-20
11
+
12
+ ### Added
13
+ <!-- Add new features here -->
14
+
15
+ ### Changed
16
+ - Updated dependency: ` zeusdb-vector-database ` from ` 0.4.0 ` to ` 0.4.1 ` to ensure critical overwrite and memory leak fixes are applied.
17
+
18
+ ### Fixed
19
+ - ** Critical:** Fixed duplicate document bug where ` overwrite=True ` created multiple entries instead of replacing existing ones
20
+ - Fixed memory leak from accumulated duplicate vectors in HNSW graph during overwrites
21
+ - Fixed Product Quantization codes and training state not properly cleaned up during document removal
22
+ - Fixed vector count inconsistencies when removing documents during overwrite operations
23
+
24
+ ### Removed
25
+ - Legacy overwrite behavior that created duplicates instead of proper replacements
26
+
27
+ ---
28
+
10
29
## [ 0.0.7] - 2025-08-14
11
30
12
31
### Added
You can’t perform that action at this time.
0 commit comments