Lancedb

Latest version: v0.17.0

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

Scan your dependencies

Page 9 of 16

0.4.11

Notice

We will no longer be updating the old experimental rust crate (named `vectordb`). Instead, we are migrating this work to a new rust crate (named `lancedb`) which will no longer be experimental. There will be breaking changes going from `vectordb` to `lancedb` and we will release more details on migration later. The `lancedb` crate is not yet ready for widespread use.

What's Changed
* docs: Minimal reranking evaluation benchmarks by AyushExel in https://github.com/lancedb/lancedb/pull/977
* docs: show DuckDB with dataset, not table by wjones127 in https://github.com/lancedb/lancedb/pull/974
* fix: use static C runtime on Windows by wjones127 in https://github.com/lancedb/lancedb/pull/979
* feat(python): add optional threadpool for batch requests by changhiskhan in https://github.com/lancedb/lancedb/pull/981
* doc: improve embedding functions documentation by changhiskhan in https://github.com/lancedb/lancedb/pull/983
* doc: update navigation links for embedding functions by changhiskhan in https://github.com/lancedb/lancedb/pull/986
* docs: Add meta tag for image preview by AyushExel in https://github.com/lancedb/lancedb/pull/988
* apply fixes for notebook by johko in https://github.com/lancedb/lancedb/pull/989
* lance 0.9.18 by albertlockett in https://github.com/lancedb/lancedb/pull/1000
* refactor: rust vectordb API stabilization of the Connection trait by westonpace in https://github.com/lancedb/lancedb/pull/993
* Docs: add meta tags by AyushExel in https://github.com/lancedb/lancedb/pull/1006
* python(feat): Imagebind embedding fn support by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1003
* chore: bump pylance to 0.9.18 by eddyxu in https://github.com/lancedb/lancedb/pull/1011
* feat(node): add `read_consistency_interval` to Node and Rust by wjones127 in https://github.com/lancedb/lancedb/pull/1002
* refactor: rename the rust crate from vectordb to lancedb by westonpace in https://github.com/lancedb/lancedb/pull/1012

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

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

python-v0.5.7
What's Changed
* Docs: add meta tags by AyushExel in https://github.com/lancedb/lancedb/pull/1006
* python(feat): Imagebind embedding fn support by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1003
* chore: bump pylance to 0.9.18 by eddyxu in https://github.com/lancedb/lancedb/pull/1011


**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.5.6...python-v0.5.7

python-v0.5.6
New features
* feat(python): add optional threadpool for batch requests by changhiskhan in https://github.com/lancedb/lancedb/pull/981

Other changes
* docs: Minimal reranking evaluation benchmarks by AyushExel in https://github.com/lancedb/lancedb/pull/977
* docs: show DuckDB with dataset, not table by wjones127 in https://github.com/lancedb/lancedb/pull/974
* doc: improve embedding functions documentation by changhiskhan in https://github.com/lancedb/lancedb/pull/983
* doc: update navigation links for embedding functions by changhiskhan in https://github.com/lancedb/lancedb/pull/986
* docs: Add meta tag for image preview by AyushExel in https://github.com/lancedb/lancedb/pull/988
* apply fixes for notebook by johko in https://github.com/lancedb/lancedb/pull/989
* lance 0.9.18 by albertlockett in https://github.com/lancedb/lancedb/pull/1000
* See also: https://github.com/lancedb/lance/releases/tag/v0.9.18

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.10...python-v0.5.6

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

Page 9 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.