This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 8052d3bfd3 [docs] Fix stale paimon-vindex version in vector index
documentation (#9505)
8052d3bfd3 is described below
commit 8052d3bfd34604e6ead7d7c19ce3993d6b25c340
Author: Eunbin Son <[email protected]>
AuthorDate: Wed Sep 2 15:43:05 2026 +0900
[docs] Fix stale paimon-vindex version in vector index documentation (#9505)
---
docs/docs/multimodal-table/global-index/vector.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docs/multimodal-table/global-index/vector.mdx
b/docs/docs/multimodal-table/global-index/vector.mdx
index 8bcd42f7cb..2039c3f2eb 100644
--- a/docs/docs/multimodal-table/global-index/vector.mdx
+++ b/docs/docs/multimodal-table/global-index/vector.mdx
@@ -123,7 +123,7 @@ added_files = table.create_global_index(
print(added_files)
```
-PyPaimon vector index build supports the paimon-vindex 0.3.0 identifiers
`ivf-flat`, `ivf-pq`,
+PyPaimon vector index build supports the paimon-vindex 0.4.0 identifiers
`ivf-flat`, `ivf-pq`,
`ivf-sq`, `ivf-rq`, and `diskann`. Install `paimon-vindex==0.4.0` or
`pypaimon[vindex]` before
building or querying paimon-vindex indexes from Python.