JingsongLi opened a new pull request, #476:
URL: https://github.com/apache/paimon-rust/pull/476

   ## Summary
   - upgrade paimon-vindex-core to 0.2.0
   - add vindex global index building through DataFusion `CALL 
sys.create_global_index`
   - map Java-style vindex options for `ivf-flat`, `ivf-pq`, `ivf-hnsw-flat`, 
and `ivf-hnsw-sq`
   - document DataFusion create index and vector search usage in 
`docs/src/sql.md`
   
   ## Tests
   - `cargo fmt --all --check`
   - `cargo test -p paimon vindex --lib`
   - `cargo test -p paimon-datafusion create_global_index --test procedures`
   - `cargo test -p paimon-datafusion 
test_vindex_build_then_vector_search_query --test read_tables`
   - `mkdocs build`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to