lancedb

Developer-friendly, serverless vector database for AI applications. Easily add long-term memory to your LLM apps!

APACHE-2.0 License

Downloads
1M
Stars
4.3K
Committers
92

Bot releases are hidden (Show)

lancedb - v0.3.4

Published by albertlockett 12 months ago

What's Changed

Lance updated from 0.8.6 -> 0.8.8

v0.8.8 Addition of dataset stats API
v0.8.7 Vector index performance improvement, customize file size during writing lance dataset, bug fixes

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.3.3...v0.3.4

lancedb - python-v0.3.2

Published by albertlockett 12 months ago

What's Changed

Lance updated from 0.8.4 -> 0.8.7

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.3.1...python-v0.3.2

lancedb - v0.3.3 datetime pydantic support and perf improvements

Published by changhiskhan about 1 year ago

Thanks @prrao87 !

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.3.2...v0.3.3

lancedb - v0.3.2: upgrade lance and more remote APIs

Published by chebbyChefNEQ about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.3.1...v0.3.2

lancedb - Node v0.3.1: compaction and cleanup

Published by wjones127 about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.3.0...v0.3.1

lancedb - python-v0.3.1: GPU index creation

Published by wjones127 about 1 year ago

What's Changed

New Contributors

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

lancedb - v0.3.0

Published by eddyxu about 1 year ago

What's Changed

New Contributors

Lance core-format change

Bump lance format to 0.8.1 to have faster filtering, support pre-filtering, and fast vector index creation time

https://github.com/lancedb/lance/releases/tag/v0.8.0
https://github.com/lancedb/lance/releases/tag/v0.8.1

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

lancedb - python-v0.3.0: Python SDK 0.3.0 release

Published by eddyxu about 1 year ago

What's Changed

Summar: including features in Lance 0.8.1

New Contributors

What are included in Lance 0.8.0

Fast training speed, initial support of pre-filtering, faster post-filtering

https://github.com/lancedb/lance/releases/tag/v0.8.1
https://github.com/lancedb/lance/releases/tag/v0.8.0

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

lancedb - python-v0.2.6 limited experimental support for prefiltering

Published by changhiskhan about 1 year ago

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

New Contributors

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

lancedb - python-v0.2.5 Multi-modal embeddings support

Published by changhiskhan about 1 year ago

LanceDB python now comes with support for openclip to generate text-to-image embeddings.
You'll need to install torch, pillow, and open-clip packages, or pip install lancedb[clip].

We've updated to Lance v0.7.5 which contains some performance improvements.

Other QoL improvements:

  • Added lancedb.__version__
  • Improved backwards compat for pydantic 1.x
  • Increased timeouts when reading data stored on S3

What's Changed

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

lancedb - v0.2.6 persisted embedding function, support for pydantic 1.x, and more

Published by chebbyChefNEQ about 1 year ago

What's Changed

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

lancedb - python-v0.2.4 Support for reversible updates and performance improvements

Published by changhiskhan about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.2.2...python-v0.2.4

lancedb - v0.2.5 Schema evolution, persisted embedding function, and more

Published by chebbyChefNEQ about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.2.4...v0.2.5

lancedb - python-v0.2.2 schema evolution

Published by changhiskhan about 1 year ago

You can now add new columns without having to rewrite the data.
This operation is reversible via LanceTable.restore

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.2.4...python-v0.2.2

lancedb - v0.2.4 LanceDB tutorials/examples

Published by QianZhu about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.2.3...v0.2.4

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.2.0...python-v0.2.1

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.2.2...v0.2.3

lancedb - v0.2.2 - Electron bugfix

Published by gsilvestrin about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.2.1...v0.2.2

lancedb - v0.2.1 AWS credential bug fix

Published by chebbyChefNEQ about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.2.0...v0.2.1

lancedb - v0.2.0 Release: Breaking change

Published by gsilvestrin about 1 year ago

⚠️ Breaking Change: The score column has been renamed to _distance to more accurately describe the semantics (smaller means closer / better).

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.1.19...v0.2.0