Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Oct 00:41
· 15 commits to main since this release

Added

  • Benchmarks module with comprehensive performance testing for CRUD operations
  • Configurable benchmark suite via benchmarks/config.yaml
  • Support for testing with different dataset sizes (100, 1K, 10K, 50K records)
  • Benchmark operations: add, get_many, similarity_search, update_many, get_all, delete_many

Fixed

  • Fixed delete_many() to handle large rowid lists by batching into chunks of 500 to avoid SQLite's "too many SQL variables" error