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 - python-v0.6.1: fix dynamic projection interface

Published by chebbyChefNEQ 8 months ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.6.0...python-v0.6.1

lancedb - python-v0.6.0 alter column APIs, dynamic projection, and more

Published by chebbyChefNEQ 8 months ago

Breaking change

Vector queries no longer return the vector column when select() does not include the vector column. (default behavior did not change, all columns are returned)

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.11...python-v0.6.0

lancedb - v0.4.11 Read consistency interval, static windows linkage

Published by westonpace 8 months ago

Notice

We will no longer be updating the old experimental rust crate (named vectordb). Instead, we are migrating this work to a new rust crate (named lancedb) which will no longer be experimental. There will be breaking changes going from vectordb to lancedb and we will release more details on migration later. The lancedb crate is not yet ready for widespread use.

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.10...v0.4.11

lancedb - python-v0.5.7

Published by eddyxu 8 months ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.5.6...python-v0.5.7

lancedb - python-v0.5.6: doc improvments, upgrade lance, and more

Published by chebbyChefNEQ 8 months ago

New features

Other changes

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.10...python-v0.5.6

lancedb - v0.4.10: Fix MacOS load and Int64 handling

Published by wjones127 8 months ago

New features

Bugfixes

Other changes

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.9...v0.4.10

lancedb - v0.4.10: Fix MacOS load and Int64 handling

Published by wjones127 8 months ago

New features

Bugfixes

Other changes

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.9...v0.4.10

lancedb - python-v0.5.5: Better hybrid search and vector column detection

Published by wjones127 8 months ago

New features

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.5.4...python-v0.5.5

lancedb - v0.4.10: Bugfixes for MacOS loading and Int64 handling

Published by wjones127 8 months ago

New features

Bugfixes

Other changes

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.9...v0.4.10

lancedb - v0.4.9

Published by westonpace 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.8...v0.4.9

lancedb - python-v0.5.4

Published by westonpace 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.5.3...python-v0.5.4

lancedb - python-v0.5.3

Published by albertlockett 9 months ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.5.2...python-v0.5.3

lancedb - v0.4.8 Node/Rust, merge insert

Published by westonpace 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.7...v0.4.8

lancedb - python-v0.5.2 merge insert, hybrid search

Published by westonpace 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.5.1...python-v0.5.2

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.6...v0.4.7

lancedb - v0.4.6 Rust SDK

Published by eddyxu 9 months ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.5...v0.4.6

lancedb - v0.4.5

Published by QianZhu 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.3...v0.4.5

lancedb - v0.4.4

Published by QianZhu 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.3...v0.4.4

lancedb - python-v0.5.1

Published by QianZhu 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.5.0...python-v0.5.1

lancedb - python-v0.5.0 Polars integration

Published by changhiskhan 9 months ago

You can now directly ingest Polars dataframes into LanceDB tables and export search results as polars DataFrames.
You can also export LanceDB tables as a polars LazyFrame.

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.4.4...python-v0.5.0