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

Apache Paimon Vector Index is a pure Rust vector indexing library designed
for Apache Paimon and data lake storage.

Source release:
https://downloads.apache.org/paimon/paimon-vector-index-0.1.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.1.0</version>
</dependency>
https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-vector-index-java/0.1.0/

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

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

Thanks to all contributors!

Reply via email to