In Node, you can now scan tables with a filter:
ts
await table.filter("category = 'reciepts'").execute()
In addition, in OSS you can also update existing rows with
ts
await tbl.update({
filter: "id = 2",
updates: { vector: [2, 2], name: "Michael" },
})
(Update support is coming soon to LanceDB Cloud.)
What's Changed
* feat: LocalTable for vectordb now supports filters without vector search by changhiskhan in https://github.com/lancedb/lancedb/pull/693
* Update in Node & Rust by albertlockett in https://github.com/lancedb/lancedb/pull/696
* chore: set error handling to immediate by changhiskhan in https://github.com/lancedb/lancedb/pull/686
* chore: update package lock by changhiskhan in https://github.com/lancedb/lancedb/pull/689
* saas python sdk doc by QianZhu in https://github.com/lancedb/lancedb/pull/692
* chore: Use m1 runner for npm publish by changhiskhan in https://github.com/lancedb/lancedb/pull/687
* docs: Add badges by kaushal07wick in https://github.com/lancedb/lancedb/pull/694
* Qian/minor fix doc by QianZhu in https://github.com/lancedb/lancedb/pull/695
* docs: Update roboflow tutorial position by AyushExel in https://github.com/lancedb/lancedb/pull/666
New Contributors
* kaushal07wick made their first contribution in https://github.com/lancedb/lancedb/pull/694
**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.3.9...v0.3.10
python-v0.3.5
New in LanceDB OSS: Update queries are no longer experimental and are now more robust.
What's Changed
* fix: python remote correct open_table error message by albertlockett in https://github.com/lancedb/lancedb/pull/659
* (docs):Add CLIP image embedding example by capjamesg in https://github.com/lancedb/lancedb/pull/660
* fix: fix passing prefilter flag to remote client by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/677
* chore: set error handling to immediate by changhiskhan in https://github.com/lancedb/lancedb/pull/686
* saas python sdk doc by QianZhu in https://github.com/lancedb/lancedb/pull/692
* docs: Add badges by kaushal07wick in https://github.com/lancedb/lancedb/pull/694
* Qian/minor fix doc by QianZhu in https://github.com/lancedb/lancedb/pull/695
* docs: Update roboflow tutorial position by AyushExel in https://github.com/lancedb/lancedb/pull/666
* chore(python): Reduce posthog event count by AyushExel in https://github.com/lancedb/lancedb/pull/661
* feat(python): add update query support for Python by wjones127 in https://github.com/lancedb/lancedb/pull/654
New Contributors
* capjamesg made their first contribution in https://github.com/lancedb/lancedb/pull/660
* kaushal07wick made their first contribution in https://github.com/lancedb/lancedb/pull/694
**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.3.4...python-v0.3.5