@n2flowjs/nbase
Version:
Neural Vector Database for efficient similarity search
18 lines (14 loc) • 515 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
- Initial draft for next release.
## [1.0.0] - 2024-06-07
### Added
- Initial public release of NBase.
- Scalable vector storage and management.
- HNSW and LSH indexing for fast similarity search.
- Partitioned search for large-scale databases.
- Vector compression and multi-dimensional support.
- REST API for vector operations and search.
- Persistence and disk save/load.
- Performance benchmarks and examples.