The Apache Paimon community is pleased to announce the release of Apache
Paimon Vector Index 0.4.0.

This release improves filtered and batched IVF scans, stabilizes IVF-PQ
training, adds extensible search parameters across language bindings,
bridges native diagnostics to Java logging, and tightens serialization
allocation bounds.

Source release:
https://downloads.apache.org/paimon/paimon-vector-index-0.4.0/

Rust:
cargo add paimon-vindex-core
https://crates.io/crates/paimon-vindex-core

Java:
<dependency>
  <groupId>org.apache.paimon</groupId>
  <artifactId>paimon-vector-index-java</artifactId>
  <version>0.4.0</version>
</dependency>
https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-vector-index-java/0.4.0/

Python:
pip install paimon-vindex
https://pypi.org/project/paimon-vindex/0.4.0/

Release notes:
https://github.com/apache/paimon-vector-index/releases/tag/v0.4.0

Thanks to all contributors!

Reply via email to