Lancedb

Latest version: v0.8.1

Safety actively analyzes 634645 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 11

0.4.1

New features
* feat: Node Schema API by aidangomar in https://github.com/lancedb/lancedb/pull/717
* feat: Node create index API by aidangomar in https://github.com/lancedb/lancedb/pull/720
* feat: node list tables pagination by aidangomar in https://github.com/lancedb/lancedb/pull/733
* feat: add the ability to create scalar indices by westonpace in https://github.com/lancedb/lancedb/pull/679

Bug fixes
* upgrade lance to v0.9.1 by wjones127 in https://github.com/lancedb/lancedb/pull/727
* See bug fixes in upstream release: https://github.com/lancedb/lance/releases/tag/v0.9.1

Other changes
* doc(javascript): minor improvement on docs for working with tables by changhiskhan in https://github.com/lancedb/lancedb/pull/736
* docs: fix JS api docs for update method by albertlockett in https://github.com/lancedb/lancedb/pull/738
* docs: enhance Update user guide by wjones127 in https://github.com/lancedb/lancedb/pull/735
* docs: update node API reference by wjones127 in https://github.com/lancedb/lancedb/pull/734
* Update default_embedding_functions.md by elliottRobinson in https://github.com/lancedb/lancedb/pull/744

New Contributors
* elliottRobinson made their first contribution in https://github.com/lancedb/lancedb/pull/744

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.0...v0.4.1

python-v0.4.1
New features
* feat(python): add option to flatten output in to_pandas by changhiskhan in https://github.com/lancedb/lancedb/pull/722
* feat(python): support nested reference for fts by changhiskhan in https://github.com/lancedb/lancedb/pull/723
* feat: add the ability to create scalar indices by westonpace in https://github.com/lancedb/lancedb/pull/679

Bug fixes
* upgrade lance to v0.9.1 by wjones127 in https://github.com/lancedb/lancedb/pull/727
* fix: prevent duplicate data in FTS index by wjones127 in https://github.com/lancedb/lancedb/pull/728
* bug(python): fix path handling in windows by changhiskhan in https://github.com/lancedb/lancedb/pull/724

Other changes
* docs: enhance Update user guide by wjones127 in https://github.com/lancedb/lancedb/pull/735
* Update default_embedding_functions.md by elliottRobinson in https://github.com/lancedb/lancedb/pull/744

New Contributors
* elliottRobinson made their first contribution in https://github.com/lancedb/lancedb/pull/744

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.4.0...python-v0.4.1

0.4.0

Summary

* Performance Improvement
* Scalar index
* Stats-based predicate pushdown
* Cosine distance fix

What's Changed
* implement mirroring object store by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/537
* fix stackoverflow by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/542
* Typo cleanup by JoshWein in https://github.com/lancedb/lancedb/pull/539
* feat: use GPU for index creation. by eddyxu in https://github.com/lancedb/lancedb/pull/540
* feat: telemetry, error tracking, CLI & config manager by AyushExel in https://github.com/lancedb/lancedb/pull/538
* Use query.limit(..) in README by ankrgyl in https://github.com/lancedb/lancedb/pull/543
* feat: add to_list and to_pandas api's by changhiskhan in https://github.com/lancedb/lancedb/pull/556
* [Docs] Improve visibility of table ops by AyushExel in https://github.com/lancedb/lancedb/pull/553
* feat: cleanup and compaction by wjones127 in https://github.com/lancedb/lancedb/pull/518
* Add cohere embedding function by AyushExel in https://github.com/lancedb/lancedb/pull/550
* [DOCS][PYTHON] Update embeddings API docs & Example by AyushExel in https://github.com/lancedb/lancedb/pull/516
* chore: bump lance to 0.8.5 by eddyxu in https://github.com/lancedb/lancedb/pull/561
* docs: switch python examples to be row based by rok in https://github.com/lancedb/lancedb/pull/554
* feat(python,js): deletion operation on remote tables by eddyxu in https://github.com/lancedb/lancedb/pull/568
* docs: show source of documented functions by rok in https://github.com/lancedb/lancedb/pull/569
* implement remote api calls for table mutation by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/567
* doc: fix broken link and add README by changhiskhan in https://github.com/lancedb/lancedb/pull/573
* Add pyarrow date and timestamp type conversion from pydantic by prrao87 in https://github.com/lancedb/lancedb/pull/576
* list table pagination draft by QianZhu in https://github.com/lancedb/lancedb/pull/574
* [Docs] Add posthog telemetry to docs by AyushExel in https://github.com/lancedb/lancedb/pull/577
* [Python]Embeddings API refactor by AyushExel in https://github.com/lancedb/lancedb/pull/580
* [Docs] Update embedding function docs by AyushExel in https://github.com/lancedb/lancedb/pull/581
* chore: bump lance version in python/rust lancedb by changhiskhan in https://github.com/lancedb/lancedb/pull/584
* [Docs]Versioning docs by AyushExel in https://github.com/lancedb/lancedb/pull/586
* [Docs] Embeddings API: Add multi-lingual semantic search example by AyushExel in https://github.com/lancedb/lancedb/pull/582
* [Docs]: Minor Fixes by AyushExel in https://github.com/lancedb/lancedb/pull/587
* feat: include manifest files in mirrow store by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/589
* feat: add checkout method to table to reuse existing store and connections by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/593
* fix(python): fix multiple embedding functions bug by changhiskhan in https://github.com/lancedb/lancedb/pull/597
* update lance to 0.8.7 by albertlockett in https://github.com/lancedb/lancedb/pull/598
* feat: expose optimize index api by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/602
* expose remap index api by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/603
* feat: added data stats apis by albertlockett in https://github.com/lancedb/lancedb/pull/596
* feat: added dataset stats api to node by albertlockett in https://github.com/lancedb/lancedb/pull/604
* fix conv version by albertlockett in https://github.com/lancedb/lancedb/pull/605
* doc: add doc to use GPU for indexing by eddyxu in https://github.com/lancedb/lancedb/pull/611
* feat: allow prefiltering with index by westonpace in https://github.com/lancedb/lancedb/pull/610
* added api docs for prefilter flag by albertlockett in https://github.com/lancedb/lancedb/pull/617
* increment pylance by wjones127 in https://github.com/lancedb/lancedb/pull/618
* Qian/query option doc by QianZhu in https://github.com/lancedb/lancedb/pull/615
* fix!: sort table names by albertlockett in https://github.com/lancedb/lancedb/pull/619
* ci: cancel in progress runs on new push by albertlockett in https://github.com/lancedb/lancedb/pull/620
* doc: node sdk now supports windows by changhiskhan in https://github.com/lancedb/lancedb/pull/616
* Disable posthog on docs & reduce sentry trace factor by AyushExel in https://github.com/lancedb/lancedb/pull/607
* chore: bump lance to 8.10 by eddyxu in https://github.com/lancedb/lancedb/pull/622
* Exponential standoff retry support for handling rate limited embedding functions by AyushExel in https://github.com/lancedb/lancedb/pull/614
* fix: node remote connection handles non http errors by albertlockett in https://github.com/lancedb/lancedb/pull/624
* chore: improve create_table API consistency between local and remote SDK by eddyxu in https://github.com/lancedb/lancedb/pull/627
* chore: apple silicon runner by eddyxu in https://github.com/lancedb/lancedb/pull/633
* skip missing file on mirrored dir when deleting by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/635
* upgrade lance to 0.8.14 by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/636
* fix saas open_table and table_names issues by QianZhu in https://github.com/lancedb/lancedb/pull/640
* Multi-task instructor model with quantization support & weak_lru cache for embedding function models by AyushExel in https://github.com/lancedb/lancedb/pull/612
* fix: Pydantic 1.x compat for weak_lru caching in embeddings API by AyushExel in https://github.com/lancedb/lancedb/pull/643
* fix: node send db header for GET requests by albertlockett in https://github.com/lancedb/lancedb/pull/646
* feat: add RemoteTable.version in Python by rok in https://github.com/lancedb/lancedb/pull/644
* fix: node remote implement table.countRows by albertlockett in https://github.com/lancedb/lancedb/pull/648
* SaaS create_index API by aidangomar in https://github.com/lancedb/lancedb/pull/649
* [Docs][SEO] Add sitemap and robots.txt by AyushExel in https://github.com/lancedb/lancedb/pull/645
* [Docs]: Add Instructor embeddings and rate limit handler docs by AyushExel in https://github.com/lancedb/lancedb/pull/651
* feat(python): expose index cache size by rok in https://github.com/lancedb/lancedb/pull/655
* chore: upgrade lance to v0.8.17 by wjones127 in https://github.com/lancedb/lancedb/pull/656
* 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
* chore: expose prefilter in lancedb rust by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/674
* feat: enable prefilter in node js by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/675
* 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
* 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
* chore(python): Reduce posthog event count by AyushExel in https://github.com/lancedb/lancedb/pull/661
* Update in Node & Rust by albertlockett in https://github.com/lancedb/lancedb/pull/696
* feat: LocalTable for vectordb now supports filters without vector search by changhiskhan in https://github.com/lancedb/lancedb/pull/693
* feat(python): add update query support for Python by wjones127 in https://github.com/lancedb/lancedb/pull/654
* ci: fix broken npm publication by wjones127 in https://github.com/lancedb/lancedb/pull/704
* feat: support nested pydantic schema by changhiskhan in https://github.com/lancedb/lancedb/pull/707
* feat: allow custom column name in query by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/709
* feat: pass vector column name to remote backend by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/710
* implement update for remote clients by albertlockett in https://github.com/lancedb/lancedb/pull/706
* chore: fix package lock by albertlockett in https://github.com/lancedb/lancedb/pull/711
* chore: bump lance version to 0.9 by eddyxu in https://github.com/lancedb/lancedb/pull/715

New Contributors
* JoshWein made their first contribution in https://github.com/lancedb/lancedb/pull/539
* ankrgyl made their first contribution in https://github.com/lancedb/lancedb/pull/543
* rok made their first contribution in https://github.com/lancedb/lancedb/pull/554
* albertlockett made their first contribution in https://github.com/lancedb/lancedb/pull/598
* aidangomar made their first contribution in https://github.com/lancedb/lancedb/pull/649
* 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/v0.3.0...v0.4.0

python-v0.4.0
Summary

* Performance improvement and bug fixes
* Scalar index and stats-based predicate pushdown

Breaking Changes

* New cosine distance calculation for Product Quantization.
* Bump pyarrow to 12.0+

What's Changed
* implement mirroring object store by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/537
* fix stackoverflow by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/542
* Typo cleanup by JoshWein in https://github.com/lancedb/lancedb/pull/539
* feat: use GPU for index creation. by eddyxu in https://github.com/lancedb/lancedb/pull/540
* feat: telemetry, error tracking, CLI & config manager by AyushExel in https://github.com/lancedb/lancedb/pull/538
* Use query.limit(..) in README by ankrgyl in https://github.com/lancedb/lancedb/pull/543
* feat: add to_list and to_pandas api's by changhiskhan in https://github.com/lancedb/lancedb/pull/556
* [Docs] Improve visibility of table ops by AyushExel in https://github.com/lancedb/lancedb/pull/553
* feat: cleanup and compaction by wjones127 in https://github.com/lancedb/lancedb/pull/518
* Add cohere embedding function by AyushExel in https://github.com/lancedb/lancedb/pull/550
* [DOCS][PYTHON] Update embeddings API docs & Example by AyushExel in https://github.com/lancedb/lancedb/pull/516
* chore: bump lance to 0.8.5 by eddyxu in https://github.com/lancedb/lancedb/pull/561
* docs: switch python examples to be row based by rok in https://github.com/lancedb/lancedb/pull/554
* feat(python,js): deletion operation on remote tables by eddyxu in https://github.com/lancedb/lancedb/pull/568
* docs: show source of documented functions by rok in https://github.com/lancedb/lancedb/pull/569
* implement remote api calls for table mutation by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/567
* doc: fix broken link and add README by changhiskhan in https://github.com/lancedb/lancedb/pull/573
* Add pyarrow date and timestamp type conversion from pydantic by prrao87 in https://github.com/lancedb/lancedb/pull/576
* list table pagination draft by QianZhu in https://github.com/lancedb/lancedb/pull/574
* [Docs] Add posthog telemetry to docs by AyushExel in https://github.com/lancedb/lancedb/pull/577
* [Python]Embeddings API refactor by AyushExel in https://github.com/lancedb/lancedb/pull/580
* [Docs] Update embedding function docs by AyushExel in https://github.com/lancedb/lancedb/pull/581
* chore: bump lance version in python/rust lancedb by changhiskhan in https://github.com/lancedb/lancedb/pull/584
* [Docs]Versioning docs by AyushExel in https://github.com/lancedb/lancedb/pull/586
* [Docs] Embeddings API: Add multi-lingual semantic search example by AyushExel in https://github.com/lancedb/lancedb/pull/582
* [Docs]: Minor Fixes by AyushExel in https://github.com/lancedb/lancedb/pull/587
* feat: include manifest files in mirrow store by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/589
* feat: add checkout method to table to reuse existing store and connections by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/593
* fix(python): fix multiple embedding functions bug by changhiskhan in https://github.com/lancedb/lancedb/pull/597
* update lance to 0.8.7 by albertlockett in https://github.com/lancedb/lancedb/pull/598
* feat: expose optimize index api by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/602
* expose remap index api by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/603
* feat: added data stats apis by albertlockett in https://github.com/lancedb/lancedb/pull/596
* feat: added dataset stats api to node by albertlockett in https://github.com/lancedb/lancedb/pull/604
* fix conv version by albertlockett in https://github.com/lancedb/lancedb/pull/605
* doc: add doc to use GPU for indexing by eddyxu in https://github.com/lancedb/lancedb/pull/611
* feat: allow prefiltering with index by westonpace in https://github.com/lancedb/lancedb/pull/610
* added api docs for prefilter flag by albertlockett in https://github.com/lancedb/lancedb/pull/617
* increment pylance by wjones127 in https://github.com/lancedb/lancedb/pull/618
* Qian/query option doc by QianZhu in https://github.com/lancedb/lancedb/pull/615
* fix!: sort table names by albertlockett in https://github.com/lancedb/lancedb/pull/619
* ci: cancel in progress runs on new push by albertlockett in https://github.com/lancedb/lancedb/pull/620
* doc: node sdk now supports windows by changhiskhan in https://github.com/lancedb/lancedb/pull/616
* Disable posthog on docs & reduce sentry trace factor by AyushExel in https://github.com/lancedb/lancedb/pull/607
* chore: bump lance to 8.10 by eddyxu in https://github.com/lancedb/lancedb/pull/622
* Exponential standoff retry support for handling rate limited embedding functions by AyushExel in https://github.com/lancedb/lancedb/pull/614
* fix: node remote connection handles non http errors by albertlockett in https://github.com/lancedb/lancedb/pull/624
* chore: improve create_table API consistency between local and remote SDK by eddyxu in https://github.com/lancedb/lancedb/pull/627
* chore: apple silicon runner by eddyxu in https://github.com/lancedb/lancedb/pull/633
* skip missing file on mirrored dir when deleting by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/635
* upgrade lance to 0.8.14 by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/636
* fix saas open_table and table_names issues by QianZhu in https://github.com/lancedb/lancedb/pull/640
* Multi-task instructor model with quantization support & weak_lru cache for embedding function models by AyushExel in https://github.com/lancedb/lancedb/pull/612
* fix: Pydantic 1.x compat for weak_lru caching in embeddings API by AyushExel in https://github.com/lancedb/lancedb/pull/643
* fix: node send db header for GET requests by albertlockett in https://github.com/lancedb/lancedb/pull/646
* feat: add RemoteTable.version in Python by rok in https://github.com/lancedb/lancedb/pull/644
* fix: node remote implement table.countRows by albertlockett in https://github.com/lancedb/lancedb/pull/648
* SaaS create_index API by aidangomar in https://github.com/lancedb/lancedb/pull/649
* [Docs][SEO] Add sitemap and robots.txt by AyushExel in https://github.com/lancedb/lancedb/pull/645
* [Docs]: Add Instructor embeddings and rate limit handler docs by AyushExel in https://github.com/lancedb/lancedb/pull/651
* feat(python): expose index cache size by rok in https://github.com/lancedb/lancedb/pull/655
* chore: upgrade lance to v0.8.17 by wjones127 in https://github.com/lancedb/lancedb/pull/656
* 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
* chore: expose prefilter in lancedb rust by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/674
* feat: enable prefilter in node js by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/675
* 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
* 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
* chore(python): Reduce posthog event count by AyushExel in https://github.com/lancedb/lancedb/pull/661
* Update in Node & Rust by albertlockett in https://github.com/lancedb/lancedb/pull/696
* feat: LocalTable for vectordb now supports filters without vector search by changhiskhan in https://github.com/lancedb/lancedb/pull/693
* feat(python): add update query support for Python by wjones127 in https://github.com/lancedb/lancedb/pull/654
* ci: fix broken npm publication by wjones127 in https://github.com/lancedb/lancedb/pull/704
* feat: support nested pydantic schema by changhiskhan in https://github.com/lancedb/lancedb/pull/707
* feat: allow custom column name in query by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/709
* feat: pass vector column name to remote backend by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/710
* implement update for remote clients by albertlockett in https://github.com/lancedb/lancedb/pull/706
* chore: fix package lock by albertlockett in https://github.com/lancedb/lancedb/pull/711
* chore: bump lance version to 0.9 by eddyxu in https://github.com/lancedb/lancedb/pull/715

New Contributors
* JoshWein made their first contribution in https://github.com/lancedb/lancedb/pull/539
* ankrgyl made their first contribution in https://github.com/lancedb/lancedb/pull/543
* rok made their first contribution in https://github.com/lancedb/lancedb/pull/554
* albertlockett made their first contribution in https://github.com/lancedb/lancedb/pull/598
* aidangomar made their first contribution in https://github.com/lancedb/lancedb/pull/649
* 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.0...python-v0.4.0

0.3.11

What's Changed
* feat: allow custom column name in query by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/709
* implement update for remote clients by albertlockett in https://github.com/lancedb/lancedb/pull/706
* chore: fix package lock by albertlockett in https://github.com/lancedb/lancedb/pull/711


**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.3.10...v0.3.11

python-v0.3.6
What's Changed
* ci: fix broken npm publication by wjones127 in https://github.com/lancedb/lancedb/pull/704
* feat: support nested pydantic schema by changhiskhan in https://github.com/lancedb/lancedb/pull/707
* feat: allow custom column name in query by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/709
* feat: pass vector column name to remote backend by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/710
* implement update for remote clients by albertlockett in https://github.com/lancedb/lancedb/pull/706

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.3.5...python-v0.3.6

0.3.10

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

0.3.9

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
* chore: expose prefilter in lancedb rust by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/674
* feat: enable prefilter in node js by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/675
* fix: fix passing prefilter flag to remote client by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/677

New Contributors
* capjamesg made their first contribution in https://github.com/lancedb/lancedb/pull/660

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.3.8...v0.3.9

0.3.8

What's Changed
* SaaS create_index API by aidangomar in https://github.com/lancedb/lancedb/pull/649
* [Docs][SEO] Add sitemap and robots.txt by AyushExel in https://github.com/lancedb/lancedb/pull/645
* [Docs]: Add Instructor embeddings and rate limit handler docs by AyushExel in https://github.com/lancedb/lancedb/pull/651
* feat(python): expose index cache size by rok in https://github.com/lancedb/lancedb/pull/655
* chore: upgrade lance to v0.8.17 by wjones127 in https://github.com/lancedb/lancedb/pull/656
* Upgraded from v0.8.14, bringing various performance improvements and bug fixes. See: https://github.com/lancedb/lance/releases

New Contributors
* aidangomar made their first contribution in https://github.com/lancedb/lancedb/pull/649

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.3.7...v0.3.8

python-v0.3.4
What's Changed
* Exponential standoff retry support for handling rate limited embedding functions by AyushExel in https://github.com/lancedb/lancedb/pull/614
* fix: node remote connection handles non http errors by albertlockett in https://github.com/lancedb/lancedb/pull/624
* chore: improve create_table API consistency between local and remote SDK by eddyxu in https://github.com/lancedb/lancedb/pull/627
* chore: apple silicon runner by eddyxu in https://github.com/lancedb/lancedb/pull/633
* skip missing file on mirrored dir when deleting by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/635
* upgrade lance to 0.8.14 by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/636
* fix saas open_table and table_names issues by QianZhu in https://github.com/lancedb/lancedb/pull/640
* Multi-task instructor model with quantization support & weak_lru cache for embedding function models by AyushExel in https://github.com/lancedb/lancedb/pull/612
* fix: Pydantic 1.x compat for weak_lru caching in embeddings API by AyushExel in https://github.com/lancedb/lancedb/pull/643
* fix: node send db header for GET requests by albertlockett in https://github.com/lancedb/lancedb/pull/646
* feat: add RemoteTable.version in Python by rok in https://github.com/lancedb/lancedb/pull/644
* fix: node remote implement table.countRows by albertlockett in https://github.com/lancedb/lancedb/pull/648
* SaaS create_index API by aidangomar in https://github.com/lancedb/lancedb/pull/649
* [Docs][SEO] Add sitemap and robots.txt by AyushExel in https://github.com/lancedb/lancedb/pull/645
* [Docs]: Add Instructor embeddings and rate limit handler docs by AyushExel in https://github.com/lancedb/lancedb/pull/651
* feat(python): expose index cache size by rok in https://github.com/lancedb/lancedb/pull/655
* chore: upgrade lance to v0.8.17 by wjones127 in https://github.com/lancedb/lancedb/pull/656

New Contributors
* aidangomar made their first contribution in https://github.com/lancedb/lancedb/pull/649

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.3.3...python-v0.3.4

Page 6 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.