Lancedb

Latest version: v0.20.0

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

Scan your dependencies

Page 18 of 19

0.1.13

What's Changed
* feat(node): add option object to connect method by gsilvestrin in https://github.com/lancedb/lancedb/pull/286
* feat(node): pull node binaries into separate packages (3) by gsilvestrin in https://github.com/lancedb/lancedb/pull/285
* [Doc] Split the python integration into different topics by eddyxu in https://github.com/lancedb/lancedb/pull/292
* [Doc] Describe the difference between ANN and KNN, and how to create indices. by eddyxu in https://github.com/lancedb/lancedb/pull/293

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.1.12...v0.1.13

v0.1.10-python
What's Changed
* Set default to error instead of drop by changhiskhan in https://github.com/lancedb/lancedb/pull/259
* Allow creation of an empty table by changhiskhan in https://github.com/lancedb/lancedb/pull/254
* [docs] dynamic docs generation and deployment by unkn-wn in https://github.com/lancedb/lancedb/pull/253

Changes in Lance core format

- [rust] Added support for creating empty dataset by trueutkarsh in https://github.com/lancedb/lance/pull/1016
- [Rust] Use unaligned load in cosine on Intel CPUs by eddyxu in https://github.com/lancedb/lance/pull/1035
- cache aws credentials until 30s before expiry by chebbyChefNEQ in https://github.com/lancedb/lance/pull/1034
- fix record batch writing to dataset by TevinWang in https://github.com/lancedb/lance/pull/1030
- docs: update format docs with feature flags and row indices by wjones127 in https://github.com/lancedb/lance/pull/1037

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.1.9-python...v0.1.10-python

0.1.10

What's Changed
* [Doc] Sql filter document by eddyxu in https://github.com/lancedb/lancedb/pull/228
* [Vector Column] Specify and Index Column for Vector Search by philipk19238 in https://github.com/lancedb/lancedb/pull/217
* [Js] Create index with replace flag by eddyxu in https://github.com/lancedb/lancedb/pull/229
* [Js] Error implementations by unkn-wn in https://github.com/lancedb/lancedb/pull/232
* [Js] Refactor TS client to use interface + implementation pattern by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/226
* allow passing ReadParams to dataset when opening a table by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/234
* [Doc] Add docs code testing & documentation syntax changes by TevinWang in https://github.com/lancedb/lancedb/pull/196
* [CI] fix sha error in npm by TevinWang in https://github.com/lancedb/lancedb/pull/236
* [Js] Add dot product support by eddyxu in https://github.com/lancedb/lancedb/pull/239
* bump lance to 0.5.2, make object store construction hook public by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/237
* [Node] Create Table with WriteMode by eddyxu in https://github.com/lancedb/lancedb/pull/246
* Bump Lance version to 0.5.3 by eddyxu in https://github.com/lancedb/lancedb/pull/250
* [docs] fixed javascript docs for overloaded functions by unkn-wn in https://github.com/lancedb/lancedb/pull/247
* Handle NaN input data by changhiskhan in https://github.com/lancedb/lancedb/pull/241
* [Rust] Re-export WriteMode from lancedb instead of lance by eddyxu in https://github.com/lancedb/lancedb/pull/257
* [Node] Expose IVF PQ config by eddyxu in https://github.com/lancedb/lancedb/pull/258

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.1.9...v0.1.10

0.1.9

What's Changed
* feat: support for deletion by wjones127 in https://github.com/lancedb/lancedb/pull/219
* [Node] drop table api by eddyxu in https://github.com/lancedb/lancedb/pull/221
* Add favicon in docs by AyushExel in https://github.com/lancedb/lancedb/pull/209
* [docs] CTA for discord + twitter by unkn-wn in https://github.com/lancedb/lancedb/pull/218

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.1.8...v0.1.9

python-v0.1.9
What's Changed
* [docs] Fixed langchain example broken link in index.md by trueutkarsh in https://github.com/lancedb/lancedb/pull/184
* Upgrade to lance 0.4.21 by eddyxu in https://github.com/lancedb/lancedb/pull/187
* Fix small typo in ann_indexes.md by benmanns in https://github.com/lancedb/lancedb/pull/190
* [Python] Updated to_df implementation in Contextualizer class by trueutkarsh in https://github.com/lancedb/lancedb/pull/174
* [rust] added rust.yml for /rust directory by unkn-wn in https://github.com/lancedb/lancedb/pull/193
* port remote connection client into lancedb by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/194
* isort entire repo by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/200
* Add favicon in docs by AyushExel in https://github.com/lancedb/lancedb/pull/209
* [docs] CTA for discord + twitter by unkn-wn in https://github.com/lancedb/lancedb/pull/218
* feat: support for deletion by wjones127 in https://github.com/lancedb/lancedb/pull/219
* [Node] drop table api by eddyxu in https://github.com/lancedb/lancedb/pull/221

New Contributors
* benmanns made their first contribution in https://github.com/lancedb/lancedb/pull/190
* unkn-wn made their first contribution in https://github.com/lancedb/lancedb/pull/193
* chebbyChefNEQ made their first contribution in https://github.com/lancedb/lancedb/pull/194
* AyushExel made their first contribution in https://github.com/lancedb/lancedb/pull/209

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.1.8...python-v0.1.9

0.1.7

What's Changed
* feat(node): add Table.countRows() by gsilvestrin in https://github.com/lancedb/lancedb/pull/185
* port remote connection client into lancedb by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/194
* feat(node): pull node binaries into separate packages (2) by gsilvestrin in https://github.com/lancedb/lancedb/pull/197

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.1.6...v0.1.7

0.1.6

What's Changed

* feat(node): add where method to query builder by gsilvestrin in https://github.com/lancedb/lancedb/pull/183
* infrastructure changes to the build

**Full Changelog**: https://github.com/lancedb/lancedb/compare/0e981e782bfd8d657b4f52e626f16666c9c23404...v0.1.6

python-v0.1.8
What's Changed
* Performance improvements in index creation
* Expressions now support escaping column names, timestamp / date literals, and cast expressions
* Allow recreate index with the same name on the same column
* Various Python API Improvements by wjones127 in https://github.com/lancedb/lancedb/pull/162
* [docs] Fixed Minor typo in embedding.md by trueutkarsh in https://github.com/lancedb/lancedb/pull/167
* [Python] FIx Contextualizer validation to arguments by Nithinps021 in https://github.com/lancedb/lancedb/pull/168
* add black to python CI by TevinWang in https://github.com/lancedb/lancedb/pull/178
* feat(python): add action to tag python releases by gsilvestrin in https://github.com/lancedb/lancedb/pull/172
* Bump pylance 0.4.17 -> 0.4.20 by gsilvestrin in https://github.com/lancedb/lancedb/pull/173
* feat(python): add action to build and publish wheel by gsilvestrin in https://github.com/lancedb/lancedb/pull/179

New Contributors
* trueutkarsh made their first contribution in https://github.com/lancedb/lancedb/pull/167
* Nithinps021 made their first contribution in https://github.com/lancedb/lancedb/pull/168
* TevinWang made their first contribution in https://github.com/lancedb/lancedb/pull/178

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.1.6-python...python-v0.1.8

v0.1.6-python
Work around tantivy issue returning empty results

What's Changed
* js docs, modal example, doc notebook integration, update doc styles by jaichopra in https://github.com/lancedb/lancedb/pull/131
* update references to end to end examples, use s3 for langchain exampl… by jaichopra in https://github.com/lancedb/lancedb/pull/133
* fix index docs by jaichopra in https://github.com/lancedb/lancedb/pull/134
* Minor patch to docs by jaichopra in https://github.com/lancedb/lancedb/pull/136
* Update mkdocs.yml by jaichopra in https://github.com/lancedb/lancedb/pull/138
* [Doc] Metrics types. by eddyxu in https://github.com/lancedb/lancedb/pull/135
* Adding nodejs CHANGELOG.md by gsilvestrin in https://github.com/lancedb/lancedb/pull/132
* add code snippet for each example by changhiskhan in https://github.com/lancedb/lancedb/pull/141
* Update broken doc links to refer to new directory and include gallery app for multimodal search by jaichopra in https://github.com/lancedb/lancedb/pull/142
* add multimodal gif, add copy about fts, sql by jaichopra in https://github.com/lancedb/lancedb/pull/144
* Modal example using LangChain by jaichopra in https://github.com/lancedb/lancedb/pull/143
* added projection api for nodejs by gsilvestrin in https://github.com/lancedb/lancedb/pull/140
* [nodejs] add npm clean task by gsilvestrin in https://github.com/lancedb/lancedb/pull/146
* [nodejs] deprecated created_index in favor of createIndex. by gsilvestrin in https://github.com/lancedb/lancedb/pull/145
* [nodejs] bumping version to 0.1.4 by gsilvestrin in https://github.com/lancedb/lancedb/pull/147
* Better handle empty results from tantivy by changhiskhan in https://github.com/lancedb/lancedb/pull/155


**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.1.5-python...v0.1.6-python

v0.1.5-python
Thanks gssakash for improving lancedb docs to make it easier for newcomers to use LanceDB!

In this release LanceDB now supports storing tables on S3 and GCS directly.

What's Changed
* Fixed documentation link for the Youtube Transcripts Jupyter Notebook by gssakash in https://github.com/lancedb/lancedb/pull/105
* Better error granularity for table operations by gsilvestrin in https://github.com/lancedb/lancedb/pull/113
* refactor: pull node binaries into separate packages by wjones127 in https://github.com/lancedb/lancedb/pull/88
* Generate image embeddings by eddyxu in https://github.com/lancedb/lancedb/pull/111
* add openai embedding function to nodejs client by gsilvestrin in https://github.com/lancedb/lancedb/pull/107
* Multimodal search demo by changhiskhan in https://github.com/lancedb/lancedb/pull/118
* add existence check by jaichopra in https://github.com/lancedb/lancedb/pull/112
* Revert "refactor: pull node binaries into separate packages (88)" by gsilvestrin in https://github.com/lancedb/lancedb/pull/122
* [Python] Support drop table by eddyxu in https://github.com/lancedb/lancedb/pull/123
* Bumping vectordb to v0.1.3 by gsilvestrin in https://github.com/lancedb/lancedb/pull/124
* Use fsspec to implement table_names with cloud storage support by gsilvestrin in https://github.com/lancedb/lancedb/pull/117

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.1.4-python...v0.1.5-python

v0.1.4-python

0.1.3

What's Changed
* S3 Lambda example by jaichopra in https://github.com/lancedb/lancedb/pull/57
* add langchain example by jaichopra in https://github.com/lancedb/lancedb/pull/61
* update ecosystem in readme by jaichopra in https://github.com/lancedb/lancedb/pull/63
* add youtube transcript example by jaichopra in https://github.com/lancedb/lancedb/pull/65
* JavaScript / Node.js library for LanceDB by gsilvestrin in https://github.com/lancedb/lancedb/pull/70
* bump version and skipping building the native lib during install by gsilvestrin in https://github.com/lancedb/lancedb/pull/71
* javascript example improvements by gsilvestrin in https://github.com/lancedb/lancedb/pull/72
* Exposing limit parameter by gsilvestrin in https://github.com/lancedb/lancedb/pull/73
* updated node example by gsilvestrin in https://github.com/lancedb/lancedb/pull/74
* nodejs read only example by jaichopra in https://github.com/lancedb/lancedb/pull/77
* docs build by jaichopra in https://github.com/lancedb/lancedb/pull/78
* nodejs create_table by gsilvestrin in https://github.com/lancedb/lancedb/pull/75
* add link to node quickstart to readme by jaichopra in https://github.com/lancedb/lancedb/pull/81
* node quickstart by jaichopra in https://github.com/lancedb/lancedb/pull/83
* Added TypeScript example by gsilvestrin in https://github.com/lancedb/lancedb/pull/82
* JavaScript client initial linux support by gsilvestrin in https://github.com/lancedb/lancedb/pull/84
* nodejs append records api by gsilvestrin in https://github.com/lancedb/lancedb/pull/85
* Lint and test vectordb node in CI by wjones127 in https://github.com/lancedb/lancedb/pull/92
* bugfix: string columns should be converted to Utf8Array by gsilvestrin in https://github.com/lancedb/lancedb/pull/94
* add query params to to nodejs client by gsilvestrin in https://github.com/lancedb/lancedb/pull/87
* add create index to nodejs client by gsilvestrin in https://github.com/lancedb/lancedb/pull/89
* Basic full text search capabilities by changhiskhan in https://github.com/lancedb/lancedb/pull/62
* move tantivy-py installation to be separate from wheel by changhiskhan in https://github.com/lancedb/lancedb/pull/97

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.1.2...v0.1.3

Page 18 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.