Lancedb

Latest version: v0.8.1

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

Scan your dependencies

Page 7 of 11

0.3.7

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


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

0.3.6

What's Changed
* 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


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

python-v0.3.3
What's Changed
* 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


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

0.3.5

What's Changed
* [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

0.3.4

What's Changed
* [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

0.3.3

Thanks prrao87 !

What's Changed
* 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


**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.3.2...v0.3.3

0.3.2

What's Changed
* [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

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.3.1...v0.3.2

Page 7 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.