Skip to content

release: cut leann-core/leann-backend-hnsw/leann-backend-diskann 0.3.8 - #387

Open
ASuresh0524 wants to merge 1 commit into
mainfrom
release/0.3.8-hnsw-rebuild-fix
Open

release: cut leann-core/leann-backend-hnsw/leann-backend-diskann 0.3.8#387
ASuresh0524 wants to merge 1 commit into
mainfrom
release/0.3.8-hnsw-rebuild-fix

Conversation

@ASuresh0524

Copy link
Copy Markdown
Collaborator

The HNSW full-rebuild-fallback corpus wipe (any modified/removed file falls back to a full rebuild that only reloads the delta, wiping untouched files) was fixed on main in 956beb5 but never released — PyPI leann-core 0.3.7 is still broken.

  • Bump leann-core, leann-backend-hnsw, leann-backend-diskann to 0.3.8 (the latter two hard-pin leann-core==0.3.7, so they must move too).
  • Add tests/test_hnsw_rebuild_fallback.py: regression test that fails against the pre-fix code and passes against the current fix.
  • Document the fix and release in docs/CHANGELOG.md.

Fixes #386.

The HNSW full-rebuild-fallback corpus wipe (any modified/removed file
falls back to a full rebuild that only reloads the delta, wiping
untouched files) was fixed on main in 956beb5 but never released —
PyPI leann-core 0.3.7 is still broken.

- Bump leann-core, leann-backend-hnsw, leann-backend-diskann to 0.3.8
  (the latter two hard-pin leann-core==0.3.7, so they must move too).
- Add tests/test_hnsw_rebuild_fallback.py: regression test that fails
  against the pre-fix code and passes against the current fix.
- Document the fix and release in docs/CHANGELOG.md.

Fixes #386.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PyPI 0.3.7 HNSW full-rebuild fallback indexes only changed files (corpus wipe); fixed on main, needs release

1 participant