1. 26044a3 Optimize IVF-RQ search hot paths (#57) by Jingsong Lee · 6 days ago main
  2. 93753f7 Add IVF_RQ query bits and format reservations (#56) by Jingsong Lee · 7 days ago
  3. 6e5fb91 Merge pull request #53 from XiaoHongbo-Hope/bump-java-snapshot-0.2.0 by jerry · 2 weeks ago
  4. 76ccb19 Bump Rust and Python versions to 0.2.0 by Hongbo Xiao · 2 weeks ago
  5. 5cb54e1 [java] Bump snapshot version to 0.2.0 by Hongbo Xiao · 2 weeks ago
  6. 35c461e Convert API to batched vector index training (#52) by jerry · 2 weeks ago
  7. ef2cd40 [java] Exclude native libraries from sources jar (#50) by XiaoHongbo · 4 weeks ago
  8. 6c86ade build(crates): add description to core and jni crates (#49) by jianguotian · 4 weeks ago
  9. a203423 ci: bump cibuildwheel to v4.1.0 (allowlisted SHA) (#48) by jianguotian · 4 weeks ago
  10. d815d0e Merge pull request #46 from jianguotian/fix-bench-asf-header by XiaoHongbo · 5 weeks ago
  11. dfee351 Add ASF license header to core/benches files by jianguotian · 5 weeks ago
  12. 22e4990 ci: deploy Java staging only for RC tags (#45) by XiaoHongbo · 5 weeks ago
  13. d3d3565 ci: fix staging repo description for Java release (#44) by XiaoHongbo · 5 weeks ago
  14. acedeb9 ci: gate PyPI publish on rust+java success (#42) by jianguotian · 5 weeks ago
  15. b974335 Optimize SIMD hot paths in vector indexes (#43) by Jingsong Lee · 5 weeks ago
  16. 054d736 Add CI release infrastructure for Java/Rust/Python (#39) by jianguotian · 5 weeks ago
  17. 81f5f8d Expand release test coverage (#41) by Jingsong Lee · 5 weeks ago
  18. 554b121 Expose optimize for search API (#40) by Jingsong Lee · 5 weeks ago
  19. b4b6a57 Add C FFI and ctypes Python bindings (#38) by Jingsong Lee · 5 weeks ago
  20. dbf1d22 Reject non-zero v1 reserved bytes (#36) by Jingsong Lee · 5 weeks ago
  21. 711a715 Tighten HNSW v1 storage metadata (#35) by Jingsong Lee · 5 weeks ago
  22. 9b7afc1 Reject non-finite vector inputs (#33) by QuakeWang · 5 weeks ago
  23. e97896e Expose metadata types as strings in bindings (#34) by Jingsong Lee · 5 weeks ago
  24. 9a6e09d Rename Java vector index package (#32) by Jingsong Lee · 5 weeks ago
  25. 516fe27 Simplify vector index options API (#31) by Jingsong Lee · 5 weeks ago
  26. a95b679 Guard JNI native handle lifecycle (#27) by QuakeWang · 5 weeks ago
  27. efb5e63 Add v1 storage format fixtures (#30) by Jingsong Lee · 5 weeks ago
  28. f920f85 Tighten v1 vector index format validation (#29) by Jingsong Lee · 5 weeks ago
  29. 6eb0b37 Update README for multiple vector indexes (#28) by Jingsong Lee · 5 weeks ago
  30. 19dad70 Optimize vector index reads with batched pread (#26) by Jingsong Lee · 5 weeks ago
  31. 9299ff7 Add ANN benchmark for vector indexes (#25) by Jingsong Lee · 5 weeks ago
  32. fe77369 Unify vector index APIs (#23) by Jingsong Lee · 5 weeks ago
  33. ac63164 Optimize HNSW index build performance (#24) by Jingsong Lee · 5 weeks ago
  34. a18e446 Guard JNI native calls against Rust panics (#21) by QuakeWang · 5 weeks ago
  35. 1de37a0 Improve IVF HNSW SQ quantization (#22) by Jingsong Lee · 5 weeks ago
  36. 8bc5cfe Add IVF HNSW SQ index (#20) by Jingsong Lee · 5 weeks ago
  37. 8e170e7 Add IVF_HNSW_FLAT index and disk reader (#19) by Jingsong Lee · 5 weeks ago
  38. f72c9b0 Guard IVFPQ index merge compatibility (#17) by QuakeWang · 5 weeks ago
  39. 9612a72 Add IVF_FLAT vector index (#18) by Jingsong Lee · 5 weeks ago
  40. 81963db Add Java and Python vector index APIs (#16) by Jingsong Lee · 5 weeks ago
  41. e78df42 Add python/target/ to .gitignore by JingsongLi · 5 weeks ago
  42. eddf3d4 Add Roaring bitmap filter pushdown (#15) by Jingsong Lee · 5 weeks ago
  43. 3473e60 Reuse batch reader probed lists (#14) by Jingsong Lee · 5 weeks ago
  44. 3d078cd Validate batch reader search inputs (#13) by Jingsong Lee · 5 weeks ago
  45. cf73d26 Stream reader search for non-concurrent pread (#12) by Jingsong Lee · 5 weeks ago
  46. 379b0e0 Reduce delta inverted list preads (#11) by Jingsong Lee · 5 weeks ago
  47. 74eddaf Index disk shuffler partitions for direct reads (#10) by Jingsong Lee · 5 weeks ago
  48. 8b72bcd Improve reader I/O for batch vector search (#9) by Jingsong Lee · 5 weeks ago
  49. 16df93c Add CONTRIBUTING.md, ASF yaml validator, and CI for JNI/Python (#8) by Jingsong Lee · 5 weeks ago
  50. ee8c7a4 Add JNI bindings, Python bindings, and PQ4 benchmark (#7) by Jingsong Lee · 5 weeks ago
  51. 38fbdb0 Add io module and reader-based search (#6) by Jingsong Lee · 5 weeks ago
  52. 54fbcfe Add IVF-PQ index module (#5) by Jingsong Lee · 5 weeks ago
  53. 17273a8 Add opq, shuffler, and fastscan modules (#3) by Jingsong Lee · 6 weeks ago
  54. 71d8322 Add .asf.yaml for GitHub repo settings and notifications (#4) by Jingsong Lee · 6 weeks ago
  55. 2027edc Add core foundation modules (#1) by Jingsong Lee · 6 weeks ago
  56. 3acc20e Add CI workflow (#2) by Jingsong Lee · 6 weeks ago
  57. f66a58e Add README.md by JingsongLi · 6 weeks ago