Lancedb

Latest version: v0.21.2

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

Scan your dependencies

Page 10 of 20

0.7.2

🎉 New Features

- feat(rust): huggingface sentence-transformers by universalmind303 in https://github.com/lancedb/lancedb/pull/1447

🐛 Bug Fixes

- fix: added support for trust_remote_code by MagnusS0 in https://github.com/lancedb/lancedb/pull/1454
- fix(nodejs): lancedb arrow dependency by universalmind303 in https://github.com/lancedb/lancedb/pull/1458
- fix: handle camelCase column names in select by wjones127 in https://github.com/lancedb/lancedb/pull/1460
- fix: don't use v2 by default on empty table by westonpace in https://github.com/lancedb/lancedb/pull/1469

📚 Documentation

- docs: add installation note about yarn by universalmind303 in https://github.com/lancedb/lancedb/pull/1459
- docs: expose merge_insert doc for remote python SDK by eddyxu in https://github.com/lancedb/lancedb/pull/1464



python-v0.10.2
🎉 New Features

- feat(rust): huggingface sentence-transformers by universalmind303 in https://github.com/lancedb/lancedb/pull/1447

🐛 Bug Fixes

- fix: added support for trust_remote_code by MagnusS0 in https://github.com/lancedb/lancedb/pull/1454
- fix(nodejs): lancedb arrow dependency by universalmind303 in https://github.com/lancedb/lancedb/pull/1458
- fix: handle camelCase column names in select by wjones127 in https://github.com/lancedb/lancedb/pull/1460
- fix: don't use v2 by default on empty table by westonpace in https://github.com/lancedb/lancedb/pull/1469

📚 Documentation

- docs: add installation note about yarn by universalmind303 in https://github.com/lancedb/lancedb/pull/1459
- docs: expose merge_insert doc for remote python SDK by eddyxu in https://github.com/lancedb/lancedb/pull/1464

🔧 Build and CI

- ci: fix vectordb release process by wjones127 in https://github.com/lancedb/lancedb/pull/1450

0.7.1

🎉 New Features

- feat: make timeout configurable for vectordb node SDK by albertlockett in https://github.com/lancedb/lancedb/pull/1443

🔧 Build and CI

- ci: fix vectordb release process by wjones127 in https://github.com/lancedb/lancedb/pull/1450



python-v0.10.1
🎉 New Features

- feat: make timeout configurable for vectordb node SDK by albertlockett in https://github.com/lancedb/lancedb/pull/1443

0.7.0

🎉 New Features

- feat(nodejs): feature parity [6/N] - make public interface work with multiple arrow versions by universalmind303 in https://github.com/lancedb/lancedb/pull/1392
- feat: dynamodb commit store support by wjones127 in https://github.com/lancedb/lancedb/pull/1410
- feat(nodejs): catch unwinds in node bindings by universalmind303 in https://github.com/lancedb/lancedb/pull/1414
- feat(nodejs): add better typehints for registry by universalmind303 in https://github.com/lancedb/lancedb/pull/1408
- feat: support to create more vector index types by BubbleCal in https://github.com/lancedb/lancedb/pull/1407
- feat: add the explain_plan function by nuvic in https://github.com/lancedb/lancedb/pull/1328
- feat(nodejs): make tbl.search chainable by universalmind303 in https://github.com/lancedb/lancedb/pull/1421
- feat: add Jina integration in Python for Embedding and Reranker by JoanFM in https://github.com/lancedb/lancedb/pull/1424
- feat(rust): enable fast search flag in rust by eddyxu in https://github.com/lancedb/lancedb/pull/1432
- feat(nodejs): `update({values | valuesSql})` by universalmind303 in https://github.com/lancedb/lancedb/pull/1439
- feat: support update over binary field by eddyxu in https://github.com/lancedb/lancedb/pull/1440

🐛 Bug Fixes

- fix(nodejs): explain plan by universalmind303 in https://github.com/lancedb/lancedb/pull/1434

📚 Documentation

- docs: add tip about lzma linking by wjones127 in https://github.com/lancedb/lancedb/pull/1397
- docs: fixes polars formatting in docs by thomasjpfan in https://github.com/lancedb/lancedb/pull/1400
- docs: add openapi rest api page by eddyxu in https://github.com/lancedb/lancedb/pull/1413
- feat: dynamodb commit store support by wjones127 in https://github.com/lancedb/lancedb/pull/1410
- docs: addresses typos in HF embedding example docs by sidharthrajaram in https://github.com/lancedb/lancedb/pull/1415
- docs: add reranking example by AyushExel in https://github.com/lancedb/lancedb/pull/1416
- docs: add merge insert, create index and create scalar index to public rest api doc by eddyxu in https://github.com/lancedb/lancedb/pull/1420
- docs: update lntegration docs & fixed links by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1423
- docs: add fast search to openapi.yml by eddyxu in https://github.com/lancedb/lancedb/pull/1435
- docs: add jina reranker to index by JoanFM in https://github.com/lancedb/lancedb/pull/1427
- docs(nodejs): add lancedb/lancedb examples everywhere by universalmind303 in https://github.com/lancedb/lancedb/pull/1411
- docs: add fine tuning section in retriever guide and minor fixes by AyushExel in https://github.com/lancedb/lancedb/pull/1438

Other Changes

- refactor: update type hint and remove unused import by forrestmckee in https://github.com/lancedb/lancedb/pull/1436

🔧 Build and CI

- ci: fix nodejs doc test by eddyxu in https://github.com/lancedb/lancedb/pull/1419



python-v0.10.0
🎉 New Features

- feat: dynamodb commit store support by wjones127 in https://github.com/lancedb/lancedb/pull/1410
- feat: support to create more vector index types by BubbleCal in https://github.com/lancedb/lancedb/pull/1407
- feat: add the explain_plan function by nuvic in https://github.com/lancedb/lancedb/pull/1328
- feat: add Jina integration in Python for Embedding and Reranker by JoanFM in https://github.com/lancedb/lancedb/pull/1424
- feat(rust): enable fast search flag in rust by eddyxu in https://github.com/lancedb/lancedb/pull/1432
- feat: support update over binary field by eddyxu in https://github.com/lancedb/lancedb/pull/1440

🐛 Bug Fixes

- fix(nodejs): explain plan by universalmind303 in https://github.com/lancedb/lancedb/pull/1434

📚 Documentation

- docs: add tip about lzma linking by wjones127 in https://github.com/lancedb/lancedb/pull/1397
- docs: fixes polars formatting in docs by thomasjpfan in https://github.com/lancedb/lancedb/pull/1400
- docs: add openapi rest api page by eddyxu in https://github.com/lancedb/lancedb/pull/1413
- feat: dynamodb commit store support by wjones127 in https://github.com/lancedb/lancedb/pull/1410
- docs: addresses typos in HF embedding example docs by sidharthrajaram in https://github.com/lancedb/lancedb/pull/1415
- docs: add reranking example by AyushExel in https://github.com/lancedb/lancedb/pull/1416
- docs: add merge insert, create index and create scalar index to public rest api doc by eddyxu in https://github.com/lancedb/lancedb/pull/1420
- docs: update lntegration docs & fixed links by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1423
- docs: add fast search to openapi.yml by eddyxu in https://github.com/lancedb/lancedb/pull/1435
- docs: add jina reranker to index by JoanFM in https://github.com/lancedb/lancedb/pull/1427
- docs(nodejs): add lancedb/lancedb examples everywhere by universalmind303 in https://github.com/lancedb/lancedb/pull/1411
- docs: add fine tuning section in retriever guide and minor fixes by AyushExel in https://github.com/lancedb/lancedb/pull/1438

Other Changes

- refactor: update type hint and remove unused import by forrestmckee in https://github.com/lancedb/lancedb/pull/1436

🔧 Build and CI

- ci: fix nodejs doc test by eddyxu in https://github.com/lancedb/lancedb/pull/1419

0.6.0

🎉 New Features

- feat(nodejs): merge insert by universalmind303 in https://github.com/lancedb/lancedb/pull/1351
- feat: upgrade lance to 0.12.2-beta.2 by westonpace in https://github.com/lancedb/lancedb/pull/1381
- feat(nodejs): feature parity [1/N] - remote table by universalmind303 in https://github.com/lancedb/lancedb/pull/1378
- feat: enable stemming by josca42 in https://github.com/lancedb/lancedb/pull/1356
- feat(nodejs): feature parity [2/N] - add `table.name` and `lancedb.connect({args})` by universalmind303 in https://github.com/lancedb/lancedb/pull/1380
- feat(nodejs): feature parity [3/N] - `createTable({name, data, ...options})` by universalmind303 in https://github.com/lancedb/lancedb/pull/1386
- feat(nodejs): feature parity [4/N] - add 'name' to 'IndexConfig' for 'listIndices' by universalmind303 in https://github.com/lancedb/lancedb/pull/1390
- feat(nodejs): feature parity [5/N] - add `query.filter()` alias by universalmind303 in https://github.com/lancedb/lancedb/pull/1391
- feat(nodejs): table.indexStats by universalmind303 in https://github.com/lancedb/lancedb/pull/1361
- feat: upgrade to lance 0.13.0 by westonpace in https://github.com/lancedb/lancedb/pull/1404

🐛 Bug Fixes

- fix: add status to remote listIndices return by QianZhu in https://github.com/lancedb/lancedb/pull/1364
- fix(java): the JVM crash when using jdk 8 by beinan in https://github.com/lancedb/lancedb/pull/1372
- fix: use JS naming convention in new index stats fields by rpgreen in https://github.com/lancedb/lancedb/pull/1377
- fix(node): node build by universalmind303 in https://github.com/lancedb/lancedb/pull/1396

📚 Documentation

- docs: add retriever guide, address minor onboarding feedbacks & enhancement by AyushExel in https://github.com/lancedb/lancedb/pull/1326
- docs: fix example path by AyushExel in https://github.com/lancedb/lancedb/pull/1367
- docs: add note about embedding api not being available on cloud by AyushExel in https://github.com/lancedb/lancedb/pull/1371
- docs: llama-index integration by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1347
- docs: remove code-block:: python from docs by harsha-mangena in https://github.com/lancedb/lancedb/pull/1366

🔧 Build and CI

- ci(node): add description and keywords for lancedb package by wjones127 in https://github.com/lancedb/lancedb/pull/1398



python-v0.9.0
🎉 New Features

- feat(nodejs): merge insert by universalmind303 in https://github.com/lancedb/lancedb/pull/1351
- feat: upgrade lance to 0.12.2-beta.2 by westonpace in https://github.com/lancedb/lancedb/pull/1381
- feat(nodejs): feature parity [1/N] - remote table by universalmind303 in https://github.com/lancedb/lancedb/pull/1378
- feat: enable stemming by josca42 in https://github.com/lancedb/lancedb/pull/1356
- feat(nodejs): feature parity [2/N] - add `table.name` and `lancedb.connect({args})` by universalmind303 in https://github.com/lancedb/lancedb/pull/1380
- feat(nodejs): feature parity [3/N] - `createTable({name, data, ...options})` by universalmind303 in https://github.com/lancedb/lancedb/pull/1386
- feat(nodejs): feature parity [4/N] - add 'name' to 'IndexConfig' for 'listIndices' by universalmind303 in https://github.com/lancedb/lancedb/pull/1390
- feat(nodejs): feature parity [5/N] - add `query.filter()` alias by universalmind303 in https://github.com/lancedb/lancedb/pull/1391
- feat(nodejs): table.indexStats by universalmind303 in https://github.com/lancedb/lancedb/pull/1361
- feat: upgrade to lance 0.13.0 by westonpace in https://github.com/lancedb/lancedb/pull/1404

🐛 Bug Fixes

- fix: add status to remote listIndices return by QianZhu in https://github.com/lancedb/lancedb/pull/1364
- fix(java): the JVM crash when using jdk 8 by beinan in https://github.com/lancedb/lancedb/pull/1372
- fix: use JS naming convention in new index stats fields by rpgreen in https://github.com/lancedb/lancedb/pull/1377
- fix(node): node build by universalmind303 in https://github.com/lancedb/lancedb/pull/1396

📚 Documentation

- docs: add retriever guide, address minor onboarding feedbacks & enhancement by AyushExel in https://github.com/lancedb/lancedb/pull/1326
- docs: fix example path by AyushExel in https://github.com/lancedb/lancedb/pull/1367
- docs: add note about embedding api not being available on cloud by AyushExel in https://github.com/lancedb/lancedb/pull/1371
- docs: llama-index integration by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1347
- docs: remove code-block:: python from docs by harsha-mangena in https://github.com/lancedb/lancedb/pull/1366

🔧 Build and CI

- ci(node): add description and keywords for lancedb package by wjones127 in https://github.com/lancedb/lancedb/pull/1398

0.5.10

What's Changed
* fix(python): Pin pylance and add pandas as test dependency by gsilvestrin in https://github.com/lancedb/lancedb/pull/373
* fix(node): Handle overflows in the node bridge by gsilvestrin in https://github.com/lancedb/lancedb/pull/372
* Implement drop table if exists by changhiskhan in https://github.com/lancedb/lancedb/pull/383
* Improve pydantic integration by changhiskhan in https://github.com/lancedb/lancedb/pull/384
* make pandas an optional dependency in lancedb as well by changhiskhan in https://github.com/lancedb/lancedb/pull/385


**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.1.19...python-v0.1.16

0.5.2

🎉 New Features

- feat: add support for new cohere models in cohere and bedrock embedding functions by AyushExel in https://github.com/lancedb/lancedb/pull/1335
- feat(rust): openai embedding function by universalmind303 in https://github.com/lancedb/lancedb/pull/1275
- feat(nodejs): table.toArrow function by paulwalsh-sonrai in https://github.com/lancedb/lancedb/pull/1282
- feat(rust): allow to create execution plan on queries by eddyxu in https://github.com/lancedb/lancedb/pull/1350
- feat(nodejs): table.search functionality by universalmind303 in https://github.com/lancedb/lancedb/pull/1341
- feat: add fast path to dataset reload by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1354
- feat: fast path for checkout_latest by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1355
- feat: make it possible to opt in to using the v2 format by westonpace in https://github.com/lancedb/lancedb/pull/1352
- feat: bump lance dependency to 0.12.1 by westonpace in https://github.com/lancedb/lancedb/pull/1357

🐛 Bug Fixes

- fix: update broken blog link on readme by paulrinaldi in https://github.com/lancedb/lancedb/pull/1310
- fix: error msg when query vector dim is wrong by QianZhu in https://github.com/lancedb/lancedb/pull/1339
- fix(nodejs): better support for f16 and f64 by universalmind303 in https://github.com/lancedb/lancedb/pull/1343



python-v0.8.2
🎉 New Features

- feat: add support for new cohere models in cohere and bedrock embedding functions by AyushExel in https://github.com/lancedb/lancedb/pull/1335
- feat(rust): openai embedding function by universalmind303 in https://github.com/lancedb/lancedb/pull/1275
- feat(nodejs): table.toArrow function by paulwalsh-sonrai in https://github.com/lancedb/lancedb/pull/1282
- feat(rust): allow to create execution plan on queries by eddyxu in https://github.com/lancedb/lancedb/pull/1350
- feat(nodejs): table.search functionality by universalmind303 in https://github.com/lancedb/lancedb/pull/1341
- feat: add fast path to dataset reload by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1354
- feat: fast path for checkout_latest by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1355
- feat: make it possible to opt in to using the v2 format by westonpace in https://github.com/lancedb/lancedb/pull/1352
- feat: bump lance dependency to 0.12.1 by westonpace in https://github.com/lancedb/lancedb/pull/1357

🐛 Bug Fixes

- fix: update broken blog link on readme by paulrinaldi in https://github.com/lancedb/lancedb/pull/1310
- fix: error msg when query vector dim is wrong by QianZhu in https://github.com/lancedb/lancedb/pull/1339
- fix(nodejs): better support for f16 and f64 by universalmind303 in https://github.com/lancedb/lancedb/pull/1343

Page 10 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.