You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,9 +102,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102
102
- Fixed storage mode detection and raw vector preservation based on configuration
103
103
- Prevented training ID re-collection during persistence rebuild operations
104
104
105
-
### Removed
106
-
<!-- Add removals/deprecations here -->
107
-
108
105
---
109
106
110
107
## [0.2.1] - 2025-07-30
@@ -520,25 +517,15 @@ were actually validating that cosine normalization was properly implemented.
520
517
521
518
### Added
522
519
- Initial implementation of the ZeusDB Vector Database Python package with Rust backend.
523
-
524
520
- Support for HNSW (Hierarchical Navigable Small World) indexing.
525
-
526
521
- Python bindings via PyO3 for creating and querying vector indexes.
527
-
528
522
- HNSWIndex classwith support for:
529
-
530
523
- Vector insertion with optional metadata.
531
-
532
524
- Top-K nearest neighbor search with optional metadata filtering.
533
-
534
525
- Support for multiple distance metrics: cosine
535
-
536
526
- Metadata storage and retrieval at both index and vector level.
537
-
538
527
- VectorDatabase Python wrapper class to manage index creation and usage.
539
-
540
528
- Example benchmarking script for inserting and querying vectors.
541
-
542
529
- Introduced a new GitHub Actions workflow (`Check Package (without publishing to PyPI)`) for verifying ZeusDB builds across all supported platforms without pushing to PyPI. Includes metadata validation and artifact inspection.
0 commit comments