Skip to content

v0.3.10 Easier debugging for vector index

Choose a tag to compare

@changhiskhan changhiskhan released this 01 Mar 05:35
· 4885 commits to main since this release

You can now choose to bypass the ANN index even if it was available and perform vector search using brute-force. This helps with debugging ANN results. Note that SIMD is still applicable during brute-force search.

What's Changed

  • [Bug] Fix passing metric type during PQ index building by @eddyxu in #644
  • [python] Allow user to bypass ANN index and search using brute-force … by @changhiskhan in #645
  • expand tilde paths in python by @ananis25 in #621
  • Fix binary encoder handling array buffer slicing by @eddyxu in #649

Full Changelog: v0.3.9...v0.3.10