Lancedb

Latest version: v0.21.1

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

Scan your dependencies

Page 13 of 19

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

0.4.4

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

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.4

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

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

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

python-v0.5.0
You can now directly ingest Polars dataframes into LanceDB tables and export search results as polars DataFrames.
You can also export LanceDB tables as a polars LazyFrame.

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

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.4.4...python-v0.5.0

0.4.3

New features
* feat(js): support list of string input by changhiskhan in https://github.com/lancedb/lancedb/pull/755
* feat(node): support table.schema for LocalTable by changhiskhan in https://github.com/lancedb/lancedb/pull/789
* feat(node): align incoming data to table schema by changhiskhan in https://github.com/lancedb/lancedb/pull/802

Other changes
* SaaS JS API sdk doc by QianZhu in https://github.com/lancedb/lancedb/pull/740
* small bug fix for example code in SaaS JS doc by QianZhu in https://github.com/lancedb/lancedb/pull/770
* Minor corrections for docs of embedding_functions by narqo in https://github.com/lancedb/lancedb/pull/780
* Minor Fixes to Ingest Embedding Functions Docs by chriscorrea in https://github.com/lancedb/lancedb/pull/777
* Make examples work with current version of Openai api's by sudhirpatil in https://github.com/lancedb/lancedb/pull/779
* fix(rust): not sure why clippy is suddenly unhappy by changhiskhan in https://github.com/lancedb/lancedb/pull/794
* upgrade lance by wjones127 in https://github.com/lancedb/lancedb/pull/809

New Contributors
* narqo made their first contribution in https://github.com/lancedb/lancedb/pull/780
* chriscorrea made their first contribution in https://github.com/lancedb/lancedb/pull/777
* sudhirpatil made their first contribution in https://github.com/lancedb/lancedb/pull/779

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

python-v0.4.4
New features
* perf(python): Set heap size to get faster fts indexing performance by changhiskhan in https://github.com/lancedb/lancedb/pull/762
* use requests instead of aiohttp for underlying http client by SebbyLaw in https://github.com/lancedb/lancedb/pull/803
* feat(python): add phrase query option for fts by changhiskhan in https://github.com/lancedb/lancedb/pull/798
* feat(python): add count_rows with filter option by changhiskhan in https://github.com/lancedb/lancedb/pull/801
* feat(python): support new style optional syntax by changhiskhan in https://github.com/lancedb/lancedb/pull/793

Bug fixes
* fix(python): handle NaN input in fts ingestion by changhiskhan in https://github.com/lancedb/lancedb/pull/763
* raise exception if fts index does not exist by lucasiscovici in https://github.com/lancedb/lancedb/pull/776

Other changes
* docs: Add relevant imports for each step by bengsoon in https://github.com/lancedb/lancedb/pull/764
* docs(python): add docstring for limit behavior by changhiskhan in https://github.com/lancedb/lancedb/pull/800
* chore(python): document phrase queries in fts by changhiskhan in https://github.com/lancedb/lancedb/pull/788
* upgrade lance by wjones127 in https://github.com/lancedb/lancedb/pull/809

New Contributors
* bengsoon made their first contribution in https://github.com/lancedb/lancedb/pull/764
* lucasiscovici made their first contribution in https://github.com/lancedb/lancedb/pull/776
* SebbyLaw made their first contribution in https://github.com/lancedb/lancedb/pull/803

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.4.3...python-v0.4.4

0.4.2

What's Changed
* fix: createIndex index cache size by aidangomar in https://github.com/lancedb/lancedb/pull/741
* feat: add timezone handling for datetime in pydantic by changhiskhan in https://github.com/lancedb/lancedb/pull/578
* docs: fix link by haoxins in https://github.com/lancedb/lancedb/pull/752
* chore: bump pylance to 0.9.2 by eddyxu in https://github.com/lancedb/lancedb/pull/754

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

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

python-v0.4.3
What's Changed
* feat(python): first cut batch queries for remote api by changhiskhan in https://github.com/lancedb/lancedb/pull/753
* docs: fix link by haoxins in https://github.com/lancedb/lancedb/pull/752
* chore: bump pylance to 0.9.2 by eddyxu in https://github.com/lancedb/lancedb/pull/754

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.4.2...python-v0.4.3

python-v0.4.2
What's Changed
* feat(python): support list of list fields from pydantic schema by changhiskhan in https://github.com/lancedb/lancedb/pull/747
* fix: createIndex index cache size by aidangomar in https://github.com/lancedb/lancedb/pull/741
* feat(python): add post filtering for full text search by changhiskhan in https://github.com/lancedb/lancedb/pull/739
* feat: add timezone handling for datetime in pydantic by changhiskhan in https://github.com/lancedb/lancedb/pull/578
* chore(python): update embedding API to use openai 1.6.1 by changhiskhan in https://github.com/lancedb/lancedb/pull/751


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

Page 13 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.