Lancedb

Latest version: v0.17.0

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

Scan your dependencies

Page 6 of 16

0.8.0

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.2.6...python-v0.3.0

python-v0.2.6
Up til now filters in LanceDB is applied on the search results. With this new release, we offer early support for applying the filters BEFORE running the search.

Currently limitations:
- Only supports KNN (an error will be raised if you're searching over a table with an ANN index)
- Only supports vector search (not an available option for full-text search yet)
- Opt-in, i.e., requires `.where(<filter>, prefilter=True)`

All of these will be expected to change in the future.

What's Changed
* [Python] Fix attrs dependency by hynek in https://github.com/lancedb/lancedb/pull/508
* fix `import attr` to use `import attrs` by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/510
* fix: define minimum dependency versions by wjones127 in https://github.com/lancedb/lancedb/pull/515
* feat(python): expose prefilter to lancedb by changhiskhan in https://github.com/lancedb/lancedb/pull/522

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.2.5...python-v0.2.6

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

Page 6 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.