Lancedb

Latest version: v0.20.0

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

Scan your dependencies

Page 12 of 19

0.4.10

New features
* feat: make it easier to create empty tables by westonpace in https://github.com/lancedb/lancedb/pull/942

Bugfixes
* fix(node): statically link lzma by wjones127 in https://github.com/lancedb/lancedb/pull/961
* fix(node): wrap in BigInt to avoid upstream bug by wjones127 in https://github.com/lancedb/lancedb/pull/962

Other changes
* chore: use a bigger runner for NPM publish jobs on aarch64 to avoid OOM by westonpace in https://github.com/lancedb/lancedb/pull/955
* chore: fix clippy lints by wjones127 in https://github.com/lancedb/lancedb/pull/963
* Qian/make vector col optional by QianZhu in https://github.com/lancedb/lancedb/pull/950

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.9...v0.4.10

python-v0.5.5
New features
* Qian/make vector col optional by QianZhu in https://github.com/lancedb/lancedb/pull/950
* feat(python): hybrid search updates, examples, & latency benchmarks by AyushExel in https://github.com/lancedb/lancedb/pull/964

What's Changed
* chore: fix clippy lints by wjones127 in https://github.com/lancedb/lancedb/pull/963
* docs: Add setup cell for colab example by AyushExel in https://github.com/lancedb/lancedb/pull/965
* [docs]: Fix typos and clarity in hybrid search docs by prrao87 in https://github.com/lancedb/lancedb/pull/966

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.5.4...python-v0.5.5

0.4.9

What's Changed
* fix: revert safe_import_pandas usage by AyushExel in https://github.com/lancedb/lancedb/pull/921
* fix hybrid search example by QianZhu in https://github.com/lancedb/lancedb/pull/922
* chore: add global cargo config to enable minimal cpu target by eddyxu in https://github.com/lancedb/lancedb/pull/925
* Minor updates to FAQ by nitish1295 in https://github.com/lancedb/lancedb/pull/935
* feat: add a filterable count_rows to all the lancedb APIs by westonpace in https://github.com/lancedb/lancedb/pull/913
* added error msg to SaaS APIs by QianZhu in https://github.com/lancedb/lancedb/pull/852
* feat: add support for filter during merge insert when matched by westonpace in https://github.com/lancedb/lancedb/pull/948
* chore: bump lance version to 0.9.15 by westonpace in https://github.com/lancedb/lancedb/pull/949
* fix: statically link lzma by wjones127 in https://github.com/lancedb/lance/pull/1934

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.8...v0.4.9

python-v0.5.4
What's Changed
* fix hybrid search example by QianZhu in https://github.com/lancedb/lancedb/pull/922
* chore: add global cargo config to enable minimal cpu target by eddyxu in https://github.com/lancedb/lancedb/pull/925
* feat(python): add support new openai embedding functions by AyushExel in https://github.com/lancedb/lancedb/pull/912
* feat(python): add `read_consistency_interval` argument by wjones127 in https://github.com/lancedb/lancedb/pull/828
* feat(python): Reranker DX improvements by AyushExel in https://github.com/lancedb/lancedb/pull/904
* Minor updates to FAQ by nitish1295 in https://github.com/lancedb/lancedb/pull/935
* feat: add a filterable count_rows to all the lancedb APIs by westonpace in https://github.com/lancedb/lancedb/pull/913
* added error msg to SaaS APIs by QianZhu in https://github.com/lancedb/lancedb/pull/852
* feat: add support for filter during merge insert when matched by westonpace in https://github.com/lancedb/lancedb/pull/948
* chore: bump lance version to 0.9.15 by westonpace in https://github.com/lancedb/lancedb/pull/949
* fix: statically link lzma by wjones127 in https://github.com/lancedb/lance/pull/1934

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.5.3...python-v0.5.4

python-v0.5.3
What's Changed
* fix: revert safe_import_pandas usage by AyushExel in https://github.com/lancedb/lancedb/pull/921


**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.5.2...python-v0.5.3

0.4.8

What's Changed
* arrow table/f16 example by QianZhu in https://github.com/lancedb/lancedb/pull/907
* fix the repo link on npm, add links for homepage and bug report by JacobLinCool in https://github.com/lancedb/lancedb/pull/910
* ci: bump to new version of python action to use node 20 gIthub action runtime by eddyxu in https://github.com/lancedb/lancedb/pull/909
* feat: add merge_insert to the node and rust APIs by westonpace in https://github.com/lancedb/lancedb/pull/915
* chore: bump pylance version to latest in pyproject.toml by westonpace in https://github.com/lancedb/lancedb/pull/918

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.7...v0.4.8

python-v0.5.2
What's Changed
* feat: rework NodeJS SDK using napi by eddyxu in https://github.com/lancedb/lancedb/pull/847
* Bump lance 0.9.9 by albertlockett in https://github.com/lancedb/lancedb/pull/851
* feat(rust): create index API improvement by eddyxu in https://github.com/lancedb/lancedb/pull/853
* docs: document basics of configuring object storage by wjones127 in https://github.com/lancedb/lancedb/pull/832
* feat(napi): Provide a new createIndex API in the napi SDK. by eddyxu in https://github.com/lancedb/lancedb/pull/857
* doc: update rust readme to include crate and docs.rs links by eddyxu in https://github.com/lancedb/lancedb/pull/859
* feat: improve the rust table query API and documents by eddyxu in https://github.com/lancedb/lancedb/pull/860
* fix: release build for node sdk by eddyxu in https://github.com/lancedb/lancedb/pull/861
* feat(napi): Issue queries as node SDK by eddyxu in https://github.com/lancedb/lancedb/pull/868
* chore(rust): simplified version of optimize by eddyxu in https://github.com/lancedb/lancedb/pull/869
* feat(rust): provide connect and connect_with_options in Rust SDK by eddyxu in https://github.com/lancedb/lancedb/pull/871
* chore: bump github actions to v4 due to GHA warnings of node version deprecation by eddyxu in https://github.com/lancedb/lancedb/pull/874
* doc: update quick start for full rust example by eddyxu in https://github.com/lancedb/lancedb/pull/872
* chore: add one rust SDK e2e example by eddyxu in https://github.com/lancedb/lancedb/pull/876
* chore: upgrade lance, pylance and datafusion by eddyxu in https://github.com/lancedb/lancedb/pull/879
* feat(python): Aws Bedrock embeddings integration by AyushExel in https://github.com/lancedb/lancedb/pull/822
* doc: use code snippet for typescript examples by eddyxu in https://github.com/lancedb/lancedb/pull/880
* chore: convert all js doc test to use snippet. by eddyxu in https://github.com/lancedb/lancedb/pull/881
* doc(rust): minor fixes for Rust quick start. by changhiskhan in https://github.com/lancedb/lancedb/pull/878
* fix: fix doc build to include the source snippet correctly by eddyxu in https://github.com/lancedb/lancedb/pull/883
* doc: use snippet for rust code example and make sure rust examples run through CI by eddyxu in https://github.com/lancedb/lancedb/pull/885
* doc: fix js example of create index by eddyxu in https://github.com/lancedb/lancedb/pull/886
* chore(python): Temporarily extend remote connection timeout by AyushExel in https://github.com/lancedb/lancedb/pull/888
* feat(python): Embedding fn support for gte-mlx/gte-large by raghavdixit99 in https://github.com/lancedb/lancedb/pull/873
* doc: Add documentation chatbot for LanceDB by AyushExel in https://github.com/lancedb/lancedb/pull/890
* Fix image bgcolor by prrao87 in https://github.com/lancedb/lancedb/pull/891
* feat(python): Hybrid search & Reranker API by AyushExel in https://github.com/lancedb/lancedb/pull/824
* chore(python): GTE embedding function model name update by raghavdixit99 in https://github.com/lancedb/lancedb/pull/902
* ci: change apple silicon runner to free OSS macos-14 target by eddyxu in https://github.com/lancedb/lancedb/pull/901
* chore: update JS/TS example in README by AbrahamLopez10 in https://github.com/lancedb/lancedb/pull/898
* docs: provide AWS S3 cleanup and permissions advice by wjones127 in https://github.com/lancedb/lancedb/pull/903
* fix(node): pass AWS credentials to db level operations by eddyxu in https://github.com/lancedb/lancedb/pull/908
* arrow table/f16 example by QianZhu in https://github.com/lancedb/lancedb/pull/907
* fix the repo link on npm, add links for homepage and bug report by JacobLinCool in https://github.com/lancedb/lancedb/pull/910
* ci: bump to new version of python action to use node 20 gIthub action runtime by eddyxu in https://github.com/lancedb/lancedb/pull/909
* feat: upgrade to lance 0.9.11 and expose merge_insert by westonpace in https://github.com/lancedb/lancedb/pull/906
* docs: add cleanup_old_versions and compact_files to `Table` for documentation purposes by westonpace in https://github.com/lancedb/lancedb/pull/900
* fix: add request retry to python client by albertlockett in https://github.com/lancedb/lancedb/pull/917
* make it explicit about the vector column data type by QianZhu in https://github.com/lancedb/lancedb/pull/916
* feat: add merge_insert to the node and rust APIs by westonpace in https://github.com/lancedb/lancedb/pull/915
* chore: bump pylance version to latest in pyproject.toml by westonpace in https://github.com/lancedb/lancedb/pull/918

New Contributors
* raghavdixit99 made their first contribution in https://github.com/lancedb/lancedb/pull/873
* AbrahamLopez10 made their first contribution in https://github.com/lancedb/lancedb/pull/898
* JacobLinCool made their first contribution in https://github.com/lancedb/lancedb/pull/910

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.5.1...python-v0.5.2

0.4.7

What's Changed
* doc: update quick start for full rust example by eddyxu in https://github.com/lancedb/lancedb/pull/872
* chore: add one rust SDK e2e example by eddyxu in https://github.com/lancedb/lancedb/pull/876
* chore: upgrade lance, pylance and datafusion by eddyxu in https://github.com/lancedb/lancedb/pull/879
* doc: use code snippet for typescript examples by eddyxu in https://github.com/lancedb/lancedb/pull/880
* chore: convert all js doc test to use snippet. by eddyxu in https://github.com/lancedb/lancedb/pull/881
* doc(rust): minor fixes for Rust quick start. by changhiskhan in https://github.com/lancedb/lancedb/pull/878
* fix: fix doc build to include the source snippet correctly by eddyxu in https://github.com/lancedb/lancedb/pull/883
* doc: use snippet for rust code example and make sure rust examples run through CI by eddyxu in https://github.com/lancedb/lancedb/pull/885
* doc: fix js example of create index by eddyxu in https://github.com/lancedb/lancedb/pull/886
* doc: Add documentation chatbot for LanceDB by AyushExel in https://github.com/lancedb/lancedb/pull/890
* Fix image bgcolor by prrao87 in https://github.com/lancedb/lancedb/pull/891
* ci: change apple silicon runner to free OSS macos-14 target by eddyxu in https://github.com/lancedb/lancedb/pull/901
* chore: update JS/TS example in README by AbrahamLopez10 in https://github.com/lancedb/lancedb/pull/898
* docs: provide AWS S3 cleanup and permissions advice by wjones127 in https://github.com/lancedb/lancedb/pull/903
* fix(node): pass AWS credentials to db level operations by eddyxu in https://github.com/lancedb/lancedb/pull/908

New Contributors
* raghavdixit99 made their first contribution in https://github.com/lancedb/lancedb/pull/873
* AbrahamLopez10 made their first contribution in https://github.com/lancedb/lancedb/pull/898

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.6...v0.4.7

0.4.6

What's Changed
* feat(napi): Issue queries as node SDK by eddyxu in https://github.com/lancedb/lancedb/pull/868
* chore(rust): simplified version of optimize by eddyxu in https://github.com/lancedb/lancedb/pull/869
* feat(rust): provide connect and connect_with_options in Rust SDK by eddyxu in https://github.com/lancedb/lancedb/pull/871

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.5...v0.4.6

0.4.5

What's Changed
* feat(python): Add gemini text embedding function by AyushExel in https://github.com/lancedb/lancedb/pull/806
* feat(python): basic polars integration by changhiskhan in https://github.com/lancedb/lancedb/pull/811
* Add openai api key not found help by MrShevan in https://github.com/lancedb/lancedb/pull/815
* chore(python): get rid of Pydantic deprication warning in embedding fcn by AyushExel in https://github.com/lancedb/lancedb/pull/816
* feat(python): add exist_ok option to create table by changhiskhan in https://github.com/lancedb/lancedb/pull/813
* feat(python): allow the entire table to be converted a polars dataframe by changhiskhan in https://github.com/lancedb/lancedb/pull/814
* chore(python): turn off lazy frame ingestion by changhiskhan in https://github.com/lancedb/lancedb/pull/821
* docs: Updates and refactor by prrao87 in https://github.com/lancedb/lancedb/pull/683
* Docs updates incl. Polars by prrao87 in https://github.com/lancedb/lancedb/pull/827
* bump lance to 0.9.7 by albertlockett in https://github.com/lancedb/lancedb/pull/826
* ci: lint and enforce linting by wjones127 in https://github.com/lancedb/lancedb/pull/829
* fix: remote python client closes idle connections by albertlockett in https://github.com/lancedb/lancedb/pull/831
* doc: improve docs for nodejs connect functions by eddyxu in https://github.com/lancedb/lancedb/pull/833
* [Node] support openai SDK version ^4.24.1 embeddings api by koolamusic in https://github.com/lancedb/lancedb/pull/743
* bug: add a test for fp16 by eddyxu in https://github.com/lancedb/lancedb/pull/837
* doc: add index page for rust crate by eddyxu in https://github.com/lancedb/lancedb/pull/839
* chore(js): remove errant console.log by changhiskhan in https://github.com/lancedb/lancedb/pull/834
* feat(js): add helper function to create Arrow Table with schema by eddyxu in https://github.com/lancedb/lancedb/pull/838
* allow passing api key as env var by albertlockett in https://github.com/lancedb/lancedb/pull/841
* chore(rust): provide a Connection trait to match python and nodejs SDK by eddyxu in https://github.com/lancedb/lancedb/pull/846
* extend timeout for requests.get and requests.post by QianZhu in https://github.com/lancedb/lancedb/pull/848
* feat: change create table to accept Arrow table by eddyxu in https://github.com/lancedb/lancedb/pull/845
* feat: rework NodeJS SDK using napi by eddyxu in https://github.com/lancedb/lancedb/pull/847
* Bump lance 0.9.9 by albertlockett in https://github.com/lancedb/lancedb/pull/851
* feat(rust): create index API improvement by eddyxu in https://github.com/lancedb/lancedb/pull/853
* docs: document basics of configuring object storage by wjones127 in https://github.com/lancedb/lancedb/pull/832
* feat(napi): Provide a new createIndex API in the napi SDK. by eddyxu in https://github.com/lancedb/lancedb/pull/857
* doc: update rust readme to include crate and docs.rs links by eddyxu in https://github.com/lancedb/lancedb/pull/859
* feat: improve the rust table query API and documents by eddyxu in https://github.com/lancedb/lancedb/pull/860
* fix: release build for node sdk by eddyxu in https://github.com/lancedb/lancedb/pull/861

New Contributors
* MrShevan made their first contribution in https://github.com/lancedb/lancedb/pull/815
* koolamusic made their first contribution in https://github.com/lancedb/lancedb/pull/743

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.3...v0.4.5

Page 12 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.