Lancedb

Latest version: v0.21.2

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

Scan your dependencies

Page 11 of 20

0.5.1

🎉 New Features

- feat: support IVF_HNSW_PQ by BubbleCal in https://github.com/lancedb/lancedb/pull/1314
- feat(java): add table names java api by LuQQiu in https://github.com/lancedb/lancedb/pull/1279
- feat: js embedding registry by universalmind303 in https://github.com/lancedb/lancedb/pull/1308
- feat(nodejs): add compatibility across arrow versions by universalmind303 in https://github.com/lancedb/lancedb/pull/1337
- feat: upgrade lance to 0.11.1 by westonpace in https://github.com/lancedb/lancedb/pull/1338

🐛 Bug Fixes

- fix: parse index_stats for scalar index by QianZhu in https://github.com/lancedb/lancedb/pull/1319
- fix: the bug of async connection context manager by ChenZhongPu in https://github.com/lancedb/lancedb/pull/1333



python-v0.8.1
🎉 New Features

- feat: support IVF_HNSW_PQ by BubbleCal in https://github.com/lancedb/lancedb/pull/1314
- feat(java): add table names java api by LuQQiu in https://github.com/lancedb/lancedb/pull/1279
- feat: js embedding registry by universalmind303 in https://github.com/lancedb/lancedb/pull/1308
- feat(nodejs): add compatibility across arrow versions by universalmind303 in https://github.com/lancedb/lancedb/pull/1337
- feat: upgrade lance to 0.11.1 by westonpace in https://github.com/lancedb/lancedb/pull/1338

🐛 Bug Fixes

- fix: parse index_stats for scalar index by QianZhu in https://github.com/lancedb/lancedb/pull/1319
- fix: the bug of async connection context manager by ChenZhongPu in https://github.com/lancedb/lancedb/pull/1333

0.5.0

🎉 New Features

- feat: support IVF_HNSW_SQ by BubbleCal in https://github.com/lancedb/lancedb/pull/1284
- feat: add the optimize function to nodejs and async python by westonpace in https://github.com/lancedb/lancedb/pull/1257
- feat: upgrade lance to 0.11.0 by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1317

🐛 Bug Fixes

- fix(nodejs): add better error handling when missing embedding functions by universalmind303 in https://github.com/lancedb/lancedb/pull/1290
- fix: remove accidental console.log by universalmind303 in https://github.com/lancedb/lancedb/pull/1307
- fix: get the last stable release before we've added a new tag by westonpace in https://github.com/lancedb/lancedb/pull/1320

Other Changes

- Add ollama embeddings function by asmith26 in https://github.com/lancedb/lancedb/pull/1263
- Documentation: Langchain Integration by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1297
- Documentation : Langchain doc bug fix by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1301
- ci: write down breaking change policy by wjones127 in https://github.com/lancedb/lancedb/pull/1294
- refactor(nodejs): use biomejs instead of eslint & prettier by universalmind303 in https://github.com/lancedb/lancedb/pull/1304

🔧 Build and CI

- ci: make preview releases by wjones127 in https://github.com/lancedb/lancedb/pull/1302
- ci: pin aws sdk versions by wjones127 in https://github.com/lancedb/lancedb/pull/1318



python-v0.8.0
This release does not contain any changes from 0.7.0 and was created to address CI issues that arose while publishing 0.7.0

python-v0.7.0
🎉 New Features

- feat: support IVF_HNSW_SQ by BubbleCal in https://github.com/lancedb/lancedb/pull/1284
- feat: add the optimize function to nodejs and async python by westonpace in https://github.com/lancedb/lancedb/pull/1257
- feat: upgrade lance to 0.11.0 by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1317

🐛 Bug Fixes

- fix(nodejs): add better error handling when missing embedding functions by universalmind303 in https://github.com/lancedb/lancedb/pull/1290
- fix: remove accidental console.log by universalmind303 in https://github.com/lancedb/lancedb/pull/1307
- fix: get the last stable release before we've added a new tag by westonpace in https://github.com/lancedb/lancedb/pull/1320

Other Changes

- Add ollama embeddings function by asmith26 in https://github.com/lancedb/lancedb/pull/1263
- Documentation: Langchain Integration by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1297
- Documentation : Langchain doc bug fix by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1301
- ci: write down breaking change policy by wjones127 in https://github.com/lancedb/lancedb/pull/1294
- refactor(nodejs): use biomejs instead of eslint & prettier by universalmind303 in https://github.com/lancedb/lancedb/pull/1304

🔧 Build and CI

- ci: make preview releases by wjones127 in https://github.com/lancedb/lancedb/pull/1302
- ci: pin aws sdk versions by wjones127 in https://github.com/lancedb/lancedb/pull/1318



python-v0.6.13
What's Changed
* Remove semvar strict dependancy by AmanKishore in https://github.com/lancedb/lancedb/pull/1253
* fix rename_table api and cache pop by QianZhu in https://github.com/lancedb/lancedb/pull/1283
* chore: bump lance to v0.10.18 by albertlockett in https://github.com/lancedb/lancedb/pull/1287

Bug fixes from Lance 🐛
This release includes some important bug fixes from Lance dependency:
* fix: relax 'take out of bounds' check which could cause failure if flat searching deleted rows by westonpace https://github.com/lancedb/lance/pull/2314
* fix: fix a panic that could happen when scanning only the row id from fragment with deleted rows by westonpace https://github.com/lancedb/lance/pull/2302

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.12...python-v0.6.13

0.4.20

What's Changed
* chore: upgrade lance to 0.10.17 by rpgreen in https://github.com/lancedb/lancedb/pull/1280
* chore: bump lance to v0.10.18 by albertlockett in https://github.com/lancedb/lancedb/pull/1287

Bug fixes from Lance 🐛
This release includes some important bug fixes from Lance dependency:
* fix: relax 'take out of bounds' check which could cause failure if flat searching deleted rows by westonpace https://github.com/lancedb/lance/pull/2314
* fix: fix a panic that could happen when scanning only the row id from fragment with deleted rows by westonpace https://github.com/lancedb/lance/pull/2302

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.19...v0.4.20

0.4.19

What's Changed
* Implement convertors to and from Polars DataFrames in Rust SDK using convertors based on C FFI 1099 by rohitrastogi in https://github.com/lancedb/lancedb/pull/1260
* fix: Docs for embed_func fixed in youtube transcript search notebook by nehiljain in https://github.com/lancedb/lancedb/pull/1269
* feat: rust embedding registry by universalmind303 in https://github.com/lancedb/lancedb/pull/1259
* fix(node/vectordb): parse value not key in `storage_options` by wjones127 in https://github.com/lancedb/lancedb/pull/1276

Documentation changes
* Update embedding_functions.md by asmith26 in https://github.com/lancedb/lancedb/pull/1250
* docs: update README.md by eltociear in https://github.com/lancedb/lancedb/pull/1270
* Update README.md to correct LangChain URL by benpoulson in https://github.com/lancedb/lancedb/pull/1262
* docs: add tip about using allow_http on local servers by wjones127 in https://github.com/lancedb/lancedb/pull/1277
* chore(nodejs): update docs on "table.ts" by universalmind303 in https://github.com/lancedb/lancedb/pull/1255

New Contributors
* asmith26 made their first contribution in https://github.com/lancedb/lancedb/pull/1250
* rohitrastogi made their first contribution in https://github.com/lancedb/lancedb/pull/1260
* eltociear made their first contribution in https://github.com/lancedb/lancedb/pull/1270
* nehiljain made their first contribution in https://github.com/lancedb/lancedb/pull/1269
* benpoulson made their first contribution in https://github.com/lancedb/lancedb/pull/1262

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.18...v0.4.19

python-v0.6.12
What's Changed
* fix: fix path on remote create_table and check for error response by rpgreen in https://github.com/lancedb/lancedb/pull/1244
* fix(python): return ValueError if passed unknown args to `connect()` by wjones127 in https://github.com/lancedb/lancedb/pull/1265
* Chore (python): Better retry loop logging when embedding api fails by AyushExel in https://github.com/lancedb/lancedb/pull/1267
* fix: clearer error that FTS is not supported on object stores by wjones127 in https://github.com/lancedb/lancedb/pull/1273
* ci: better test for test_syntax by wjones127 in https://github.com/lancedb/lancedb/pull/1278

Documentation changes
* Update embedding_functions.md by asmith26 in https://github.com/lancedb/lancedb/pull/1250
* docs: update README.md by eltociear in https://github.com/lancedb/lancedb/pull/1270
* fix: Docs for embed_func fixed in youtube transcript search notebook by nehiljain in https://github.com/lancedb/lancedb/pull/1269
* Update README.md to correct LangChain URL by benpoulson in https://github.com/lancedb/lancedb/pull/1262
* docs: add tip about using allow_http on local servers by wjones127 in https://github.com/lancedb/lancedb/pull/1277

New Contributors
* rpgreen made their first contribution in https://github.com/lancedb/lancedb/pull/1244
* asmith26 made their first contribution in https://github.com/lancedb/lancedb/pull/1250
* eltociear made their first contribution in https://github.com/lancedb/lancedb/pull/1270
* nehiljain made their first contribution in https://github.com/lancedb/lancedb/pull/1269
* benpoulson made their first contribution in https://github.com/lancedb/lancedb/pull/1262

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.11...python-v0.6.12

0.4.18

What's Changed
* ci: fix failures in release scripts by wjones127 in https://github.com/lancedb/lancedb/pull/1215
* docs : Update Reranking docs by AyushExel in https://github.com/lancedb/lancedb/pull/1213
* fix(python): Update to latest cohere reranking api by AyushExel in https://github.com/lancedb/lancedb/pull/1212
* [docs] Fix broken links and clarify language in integrations docs by prrao87 in https://github.com/lancedb/lancedb/pull/1209
* docs : Embedding functions quickstart and minor fixes by AyushExel in https://github.com/lancedb/lancedb/pull/1217
* doc: fix typo, broken links by westonpace in https://github.com/lancedb/lancedb/pull/1218
* feat: bump lance version from 0.10.10 to 0.10.12 by westonpace in https://github.com/lancedb/lancedb/pull/1219
* docs: fix minor typo by westonpace in https://github.com/lancedb/lancedb/pull/1220
* fix: update lance to 0.10.13 by albertlockett in https://github.com/lancedb/lancedb/pull/1226
* chore: upgrade lance to 0.10.15 by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1229
* chore: fix get_registry call in baai embeddings example by alexkohler in https://github.com/lancedb/lancedb/pull/1230
* add rename_table fn and more data for index_stats to return by QianZhu in https://github.com/lancedb/lancedb/pull/1234
* chore: disable the remote feature by default by westonpace in https://github.com/lancedb/lancedb/pull/1239
* chore: fix main branch test failure by eddyxu in https://github.com/lancedb/lancedb/pull/1240
* fix: passing data to createTable as option by albertlockett in https://github.com/lancedb/lancedb/pull/1242
* feat: allow the index_cache_size to be configured when opening a table by westonpace in https://github.com/lancedb/lancedb/pull/1245
* chore: update to Lance version 0.10.16 and Arrow version 51 by westonpace in https://github.com/lancedb/lancedb/pull/1247
* fix: fix path on remote create_table and check for error response by rpgreen in https://github.com/lancedb/lancedb/pull/1244
* chore(nodejs): remove "optionalDependencies" by universalmind303 in https://github.com/lancedb/lancedb/pull/1252

New Contributors
* alexkohler made their first contribution in https://github.com/lancedb/lancedb/pull/1230
* rpgreen made their first contribution in https://github.com/lancedb/lancedb/pull/1244
* universalmind303 made their first contribution in https://github.com/lancedb/lancedb/pull/1252

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.17...v0.4.18

python-v0.6.11
What's Changed
* add rename_table fn and more data for index_stats to return by QianZhu in https://github.com/lancedb/lancedb/pull/1234
* chore: disable the remote feature by default by westonpace in https://github.com/lancedb/lancedb/pull/1239
* chore: fix main branch test failure by eddyxu in https://github.com/lancedb/lancedb/pull/1240
* fix: passing data to createTable as option by albertlockett in https://github.com/lancedb/lancedb/pull/1242
* feat: allow the index_cache_size to be configured when opening a table by westonpace in https://github.com/lancedb/lancedb/pull/1245
* chore: update to Lance version 0.10.16 and Arrow version 51 by westonpace in https://github.com/lancedb/lancedb/pull/1247


**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.10...python-v0.6.11

python-v0.6.10
What's Changed
* ci: fix failures in release scripts by wjones127 in https://github.com/lancedb/lancedb/pull/1215
* docs : Update Reranking docs by AyushExel in https://github.com/lancedb/lancedb/pull/1213
* fix(python): Update to latest cohere reranking api by AyushExel in https://github.com/lancedb/lancedb/pull/1212
* [docs] Fix broken links and clarify language in integrations docs by prrao87 in https://github.com/lancedb/lancedb/pull/1209
* docs : Embedding functions quickstart and minor fixes by AyushExel in https://github.com/lancedb/lancedb/pull/1217
* doc: fix typo, broken links by westonpace in https://github.com/lancedb/lancedb/pull/1218
* feat: bump lance version from 0.10.10 to 0.10.12 by westonpace in https://github.com/lancedb/lancedb/pull/1219
* docs: fix minor typo by westonpace in https://github.com/lancedb/lancedb/pull/1220
* fix: update lance to 0.10.13 by albertlockett in https://github.com/lancedb/lancedb/pull/1226
* chore: upgrade lance to 0.10.15 by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1229
* chore: fix get_registry call in baai embeddings example by alexkohler in https://github.com/lancedb/lancedb/pull/1230

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.8...python-v0.6.10

0.4.17

What's Changed
* feat: expose storage options in LanceDB by wjones127 in https://github.com/lancedb/lancedb/pull/1204
* This lets you pass authentication and other configurations down to object stores through the `storage_options` argument.
* chore: restore `requests` which was lost during rebase by westonpace in https://github.com/lancedb/lancedb/pull/1205
* BREAKING CHANGE: Check if remote table exists when opening (with caching) by albertlockett in https://github.com/lancedb/lancedb/pull/1214


**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.16...v0.4.17

python-v0.6.8
What's Changed
* feat: expose storage options in LanceDB by wjones127 in https://github.com/lancedb/lancedb/pull/1204
* This lets you pass authentication and other configurations down to object stores through the `storage_options` argument.
* python: Bug fixes / tests by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1210
* chore: restore `requests` which was lost during rebase by westonpace in https://github.com/lancedb/lancedb/pull/1205
* BREAKING CHANGE: Check if remote table exists when opening (with caching) by albertlockett in https://github.com/lancedb/lancedb/pull/1214

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.7...python-v0.6.8

Page 11 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.