lancedb / lance

Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, and PyTorch with more integrations coming..
https://lancedb.github.io/lance/
Apache License 2.0
3.97k stars 224 forks source link

Extend bulk commit API to handle updates #3148

Open wjones127 opened 1 day ago

wjones127 commented 1 day ago

Follow up to #3097.

We want to be able to handle delete, update, merge insert transactions. Also ideally should be able to handle update config ones too.