Lancedb

Latest version: v0.16.0

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

Scan your dependencies

Page 1 of 15

1.5

Also updated to the latest v0.4.17 in Lance which comes with bug fixes and performance enhancements

What's Changed
* add embedding functions to the nodejs client by gsilvestrin in https://github.com/lancedb/lancedb/pull/95
* Support S3 and GCS from typescript SDK by eddyxu in https://github.com/lancedb/lancedb/pull/106


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

0.14.0beta.0

🛠 Breaking Changes

- fix(python)!: handle bad openai embeddings gracefully by eddyxu in https://github.com/lancedb/lancedb/pull/1873

🎉 New Features

- fix(python)!: handle bad openai embeddings gracefully by eddyxu in https://github.com/lancedb/lancedb/pull/1873

🐛 Bug Fixes

- fix(python)!: handle bad openai embeddings gracefully by eddyxu in https://github.com/lancedb/lancedb/pull/1873
- fix(python): run remote SDK futures in background thread by wjones127 in https://github.com/lancedb/lancedb/pull/1856

📚 Documentation

- docs: improve scalar index and filtering by QianZhu in https://github.com/lancedb/lancedb/pull/1874

🔧 Build and CI

- ci: musl missing node/package.json targets by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1870



python-v0.17.0-beta.0
🛠 Breaking Changes

- fix(python)!: handle bad openai embeddings gracefully by eddyxu in https://github.com/lancedb/lancedb/pull/1873

🎉 New Features

- fix(python)!: handle bad openai embeddings gracefully by eddyxu in https://github.com/lancedb/lancedb/pull/1873

🐛 Bug Fixes

- fix(python)!: handle bad openai embeddings gracefully by eddyxu in https://github.com/lancedb/lancedb/pull/1873
- fix(python): run remote SDK futures in background thread by wjones127 in https://github.com/lancedb/lancedb/pull/1856

📚 Documentation

- docs: improve scalar index and filtering by QianZhu in https://github.com/lancedb/lancedb/pull/1874

🔧 Build and CI

- ci: musl missing node/package.json targets by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1870

0.13.1beta.0

🎉 New Features

- feat(rust): add support for rustls by HoKim98 in https://github.com/lancedb/lancedb/pull/1842
- feat(python): check vector query is not None by eddyxu in https://github.com/lancedb/lancedb/pull/1847
- feat: support to sepcify ef search param by BubbleCal in https://github.com/lancedb/lancedb/pull/1844
- feat: support for checkout and checkout_latest in remote sdks by albertlockett in https://github.com/lancedb/lancedb/pull/1863
- feat: add list_versions to typescript, rust and remote python sdks by albertlockett in https://github.com/lancedb/lancedb/pull/1850

🐛 Bug Fixes

- fix(CohereReranker): updated default model_name param to newest v3 by MaxPowerWasTaken in https://github.com/lancedb/lancedb/pull/1862
- fix: `limit` docstring change by QianZhu in https://github.com/lancedb/lancedb/pull/1860

📚 Documentation

- docs: introduce incremental indexing for FTS by BubbleCal in https://github.com/lancedb/lancedb/pull/1789
- docs: update migration reference by emmanuel-ferdman in https://github.com/lancedb/lancedb/pull/1837
- docs: voyageai embedding in the index by fzowl in https://github.com/lancedb/lancedb/pull/1813
- docs: add Voyage models to sidebar by fzliu in https://github.com/lancedb/lancedb/pull/1858
- docs: OSS doc improvement by QianZhu in https://github.com/lancedb/lancedb/pull/1859
- docs: full-text search doc update by QianZhu in https://github.com/lancedb/lancedb/pull/1861

🔧 Build and CI

- ci: remove invalid references by wjones127 in https://github.com/lancedb/lancedb/pull/1834
- ci: musl x64,arm64 by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1853



python-v0.16.1-beta.0
🎉 New Features

- feat(rust): add support for rustls by HoKim98 in https://github.com/lancedb/lancedb/pull/1842
- feat(python): check vector query is not None by eddyxu in https://github.com/lancedb/lancedb/pull/1847
- feat: support to sepcify ef search param by BubbleCal in https://github.com/lancedb/lancedb/pull/1844
- feat: support for checkout and checkout_latest in remote sdks by albertlockett in https://github.com/lancedb/lancedb/pull/1863
- feat: add list_versions to typescript, rust and remote python sdks by albertlockett in https://github.com/lancedb/lancedb/pull/1850

🐛 Bug Fixes

- fix(CohereReranker): updated default model_name param to newest v3 by MaxPowerWasTaken in https://github.com/lancedb/lancedb/pull/1862
- fix: `limit` docstring change by QianZhu in https://github.com/lancedb/lancedb/pull/1860

📚 Documentation

- docs: introduce incremental indexing for FTS by BubbleCal in https://github.com/lancedb/lancedb/pull/1789
- docs: update migration reference by emmanuel-ferdman in https://github.com/lancedb/lancedb/pull/1837
- docs: voyageai embedding in the index by fzowl in https://github.com/lancedb/lancedb/pull/1813
- docs: add Voyage models to sidebar by fzliu in https://github.com/lancedb/lancedb/pull/1858
- docs: OSS doc improvement by QianZhu in https://github.com/lancedb/lancedb/pull/1859
- docs: full-text search doc update by QianZhu in https://github.com/lancedb/lancedb/pull/1861

🔧 Build and CI

- ci: remove invalid references by wjones127 in https://github.com/lancedb/lancedb/pull/1834
- ci: musl x64,arm64 by FuPeiJiang in https://github.com/lancedb/lancedb/pull/1853

0.13.0

🛠 Breaking Changes

- feat!(python): transition Python remote sdk to use Rust implementation by wjones127 in https://github.com/lancedb/lancedb/pull/1701
- feat: support remote empty query by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1828
- fix(node): make openai and huggingface optional dependencies by wjones127 in https://github.com/lancedb/lancedb/pull/1809

🎉 New Features

- feat: `fast_search` in Python and Node by wjones127 in https://github.com/lancedb/lancedb/pull/1623
- feat(python): support post filter on FTS by wjones127 in https://github.com/lancedb/lancedb/pull/1783
- feat(python,node): support with_row_id in Python and remote by wjones127 in https://github.com/lancedb/lancedb/pull/1784
- feat: upgrade to lance 0.19.2-beta.3 by westonpace in https://github.com/lancedb/lancedb/pull/1794
- feat!(python): transition Python remote sdk to use Rust implementation by wjones127 in https://github.com/lancedb/lancedb/pull/1701
- ci: arm64 windows build support by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1770
- feat: support optimize indices in sync API by BubbleCal in https://github.com/lancedb/lancedb/pull/1769
- feat: voyageai support by fzowl in https://github.com/lancedb/lancedb/pull/1799
- feat: added lancedb and vectordb release ci for win32-arm64-msvc npmjs only by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1805
- feat: search multiple query vectors as one query by wjones127 in https://github.com/lancedb/lancedb/pull/1811
- feat: support remote empty query by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1828
- feat: add new feature, add amazon bedrock embedding function by stevensu1977 in https://github.com/lancedb/lancedb/pull/1788
- feat: flexible null handling and insert subschemas in Python by wjones127 in https://github.com/lancedb/lancedb/pull/1827

🐛 Bug Fixes

- fix: index_stats works for FTS indices by wjones127 in https://github.com/lancedb/lancedb/pull/1780
- fix(rust): fix delete, update, query in remote SDK by wjones127 in https://github.com/lancedb/lancedb/pull/1782
- fix(rust): fix update, open_table, fts search in remote client by wjones127 in https://github.com/lancedb/lancedb/pull/1785
- fix: explain plan options by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1776
- fix: serialize vectordb client errors as json by albertlockett in https://github.com/lancedb/lancedb/pull/1795
- fix(node): update default log level to warn by wjones127 in https://github.com/lancedb/lancedb/pull/1801
- fix: arm64 runner proto already installed bug by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1810
- fix: use pandas with pydantic embedding column by eddyxu in https://github.com/lancedb/lancedb/pull/1818
- ci: remove cache to fix build issues on windows arm runner by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1820
- fix(node): make openai and huggingface optional dependencies by wjones127 in https://github.com/lancedb/lancedb/pull/1809

📚 Documentation

- docs: introducing LanceDB Guru on Gurubase.io by kursataktas in https://github.com/lancedb/lancedb/pull/1797
- docs: search param explanation for OSS doc by QianZhu in https://github.com/lancedb/lancedb/pull/1815
- docs: update hybrid search example to latest langchain by AyushExel in https://github.com/lancedb/lancedb/pull/1824

🔧 Build and CI

- ci: arm64 windows build support by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1770
- ci: add index URL to fix failing docs build by wjones127 in https://github.com/lancedb/lancedb/pull/1823
- ci: remove cache to fix build issues on windows arm runner by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1820
- ci(node): run examples in CI by wjones127 in https://github.com/lancedb/lancedb/pull/1796
- ci: disable Windows Arm64 until the release builds work by wjones127 in https://github.com/lancedb/lancedb/pull/1833



python-v0.16.0
🛠 Breaking Changes

- feat!(python): transition Python remote sdk to use Rust implementation by wjones127 in https://github.com/lancedb/lancedb/pull/1701
- feat: support remote empty query by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1828
- fix(node): make openai and huggingface optional dependencies by wjones127 in https://github.com/lancedb/lancedb/pull/1809

🎉 New Features

- feat: `fast_search` in Python and Node by wjones127 in https://github.com/lancedb/lancedb/pull/1623
- feat(python): support post filter on FTS by wjones127 in https://github.com/lancedb/lancedb/pull/1783
- feat(python,node): support with_row_id in Python and remote by wjones127 in https://github.com/lancedb/lancedb/pull/1784
- feat: upgrade to lance 0.19.2-beta.3 by westonpace in https://github.com/lancedb/lancedb/pull/1794
- feat!(python): transition Python remote sdk to use Rust implementation by wjones127 in https://github.com/lancedb/lancedb/pull/1701
- ci: arm64 windows build support by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1770
- feat: support optimize indices in sync API by BubbleCal in https://github.com/lancedb/lancedb/pull/1769
- feat: voyageai support by fzowl in https://github.com/lancedb/lancedb/pull/1799
- feat: added lancedb and vectordb release ci for win32-arm64-msvc npmjs only by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1805
- feat: search multiple query vectors as one query by wjones127 in https://github.com/lancedb/lancedb/pull/1811
- feat: support remote empty query by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1828
- feat: add new feature, add amazon bedrock embedding function by stevensu1977 in https://github.com/lancedb/lancedb/pull/1788
- feat: flexible null handling and insert subschemas in Python by wjones127 in https://github.com/lancedb/lancedb/pull/1827

🐛 Bug Fixes

- fix: index_stats works for FTS indices by wjones127 in https://github.com/lancedb/lancedb/pull/1780
- fix(rust): fix delete, update, query in remote SDK by wjones127 in https://github.com/lancedb/lancedb/pull/1782
- fix(rust): fix update, open_table, fts search in remote client by wjones127 in https://github.com/lancedb/lancedb/pull/1785
- fix: explain plan options by gagan-bhullar-tech in https://github.com/lancedb/lancedb/pull/1776
- fix: serialize vectordb client errors as json by albertlockett in https://github.com/lancedb/lancedb/pull/1795
- fix(node): update default log level to warn by wjones127 in https://github.com/lancedb/lancedb/pull/1801
- fix: arm64 runner proto already installed bug by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1810
- fix: use pandas with pydantic embedding column by eddyxu in https://github.com/lancedb/lancedb/pull/1818
- ci: remove cache to fix build issues on windows arm runner by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1820
- fix(node): make openai and huggingface optional dependencies by wjones127 in https://github.com/lancedb/lancedb/pull/1809

📚 Documentation

- docs: introducing LanceDB Guru on Gurubase.io by kursataktas in https://github.com/lancedb/lancedb/pull/1797
- docs: search param explanation for OSS doc by QianZhu in https://github.com/lancedb/lancedb/pull/1815
- docs: update hybrid search example to latest langchain by AyushExel in https://github.com/lancedb/lancedb/pull/1824

🔧 Build and CI

- ci: arm64 windows build support by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1770
- ci: add index URL to fix failing docs build by wjones127 in https://github.com/lancedb/lancedb/pull/1823
- ci: remove cache to fix build issues on windows arm runner by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1820
- ci(node): run examples in CI by wjones127 in https://github.com/lancedb/lancedb/pull/1796
- ci: disable Windows Arm64 until the release builds work by wjones127 in https://github.com/lancedb/lancedb/pull/1833

0.13.0beta.2

🛠 Breaking Changes

- feat: support remote empty query by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1828

🎉 New Features

- ci: arm64 windows build support by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1770
- feat: support optimize indices in sync API by BubbleCal in https://github.com/lancedb/lancedb/pull/1769
- feat: voyageai support by fzowl in https://github.com/lancedb/lancedb/pull/1799
- feat: added lancedb and vectordb release ci for win32-arm64-msvc npmjs only by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1805
- feat: search multiple query vectors as one query by wjones127 in https://github.com/lancedb/lancedb/pull/1811
- feat: support remote empty query by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1828

🐛 Bug Fixes

- fix: arm64 runner proto already installed bug by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1810
- fix: use pandas with pydantic embedding column by eddyxu in https://github.com/lancedb/lancedb/pull/1818
- ci: remove cache to fix build issues on windows arm runner by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1820

📚 Documentation

- docs: introducing LanceDB Guru on Gurubase.io by kursataktas in https://github.com/lancedb/lancedb/pull/1797
- docs: search param explanation for OSS doc by QianZhu in https://github.com/lancedb/lancedb/pull/1815
- docs: update hybrid search example to latest langchain by AyushExel in https://github.com/lancedb/lancedb/pull/1824

🔧 Build and CI

- ci: arm64 windows build support by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1770
- ci: add index URL to fix failing docs build by wjones127 in https://github.com/lancedb/lancedb/pull/1823
- ci: remove cache to fix build issues on windows arm runner by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1820
- ci(node): run examples in CI by wjones127 in https://github.com/lancedb/lancedb/pull/1796



python-v0.16.0-beta.1
🛠 Breaking Changes

- feat: support remote empty query by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1828

🎉 New Features

- ci: arm64 windows build support by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1770
- feat: support optimize indices in sync API by BubbleCal in https://github.com/lancedb/lancedb/pull/1769
- feat: voyageai support by fzowl in https://github.com/lancedb/lancedb/pull/1799
- feat: added lancedb and vectordb release ci for win32-arm64-msvc npmjs only by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1805
- feat: search multiple query vectors as one query by wjones127 in https://github.com/lancedb/lancedb/pull/1811
- feat: support remote empty query by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1828

🐛 Bug Fixes

- fix(node): update default log level to warn by wjones127 in https://github.com/lancedb/lancedb/pull/1801
- fix: arm64 runner proto already installed bug by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1810
- fix: use pandas with pydantic embedding column by eddyxu in https://github.com/lancedb/lancedb/pull/1818
- ci: remove cache to fix build issues on windows arm runner by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1820

📚 Documentation

- docs: introducing LanceDB Guru on Gurubase.io by kursataktas in https://github.com/lancedb/lancedb/pull/1797
- docs: search param explanation for OSS doc by QianZhu in https://github.com/lancedb/lancedb/pull/1815
- docs: update hybrid search example to latest langchain by AyushExel in https://github.com/lancedb/lancedb/pull/1824

🔧 Build and CI

- ci: arm64 windows build support by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1770
- ci: add index URL to fix failing docs build by wjones127 in https://github.com/lancedb/lancedb/pull/1823
- ci: remove cache to fix build issues on windows arm runner by umuthopeyildirim in https://github.com/lancedb/lancedb/pull/1820
- ci(node): run examples in CI by wjones127 in https://github.com/lancedb/lancedb/pull/1796

0.13.0beta.1

🐛 Bug Fixes

- fix(node): update default log level to warn by wjones127 in https://github.com/lancedb/lancedb/pull/1801

Page 1 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.