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.4.3 (Node)

Published by wjones127 9 months ago

New features

Other changes

New Contributors

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

lancedb - python-v0.4.4

Published by wjones127 9 months ago

New features

Bug fixes

Other changes

New Contributors

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

lancedb - v0.4.2 buf fixes

Published by eddyxu 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.1...v0.4.2

lancedb - python-v0.4.3: bug fixes

Published by eddyxu 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.4.2...python-v0.4.3

lancedb - python-v0.4.2 Post-filtering for FTS index and other improvements

Published by changhiskhan 10 months ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.4.1...python-v0.4.2

lancedb - python-v0.4.1: Bug fixes and scalar indices

Published by wjones127 10 months ago

New features

Bug fixes

Other changes

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.4.0...python-v0.4.1

lancedb - v0.4.1 (Node): Upstream bug fixes and scalar indices

Published by wjones127 10 months ago

New features

Bug fixes

Other changes

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.4.0...v0.4.1

lancedb - v0.4.0 Node and Rust release

Published by eddyxu 10 months ago

Summary

  • Performance Improvement
  • Scalar index
  • Stats-based predicate pushdown
  • Cosine distance fix

What's Changed

New Contributors

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

lancedb - python-v0.4.0

Published by eddyxu 10 months ago

Summary

  • Performance improvement and bug fixes
  • Scalar index and stats-based predicate pushdown

Breaking Changes

  • New cosine distance calculation for Product Quantization.
  • Bump pyarrow to 12.0+

What's Changed

New Contributors

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

lancedb - v0.3.6 (Python)

Published by albertlockett 10 months ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.3.5...python-v0.3.6

lancedb - v0.3.11 (Node): Update support for LanceDB Cloud

Published by albertlockett 10 months ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.3.10...v0.3.11

lancedb - v0.3.10 (Node): Scan and update queries

Published by wjones127 10 months ago

In Node, you can now scan tables with a filter:

await table.filter("category = 'reciepts'").execute()

In addition, in OSS you can also update existing rows with

await tbl.update({
  filter: "id = 2",
  updates: { vector: [2, 2], name: "Michael" },
})

(Update support is coming soon to LanceDB Cloud.)

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.3.9...v0.3.10

lancedb - python-v0.3.5: Update queries are now atomic

Published by wjones127 10 months ago

New in LanceDB OSS: Update queries are no longer experimental and are now more robust.

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/python-v0.3.4...python-v0.3.5

lancedb - v0.3.9 (Node)

Published by chebbyChefNEQ 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.3.8...v0.3.9

lancedb - python-v0.3.4

Published by wjones127 11 months ago

What's Changed

New Contributors

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

lancedb - v0.3.8 (Node)

Published by wjones127 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.3.7...v0.3.8

lancedb - v0.3.7

Published by albertlockett 11 months ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.3.6...v0.3.7

lancedb - v0.3.6 Doc fix and bug fixes.

Published by eddyxu 12 months ago

What's Changed

Full Changelog: https://github.com/lancedb/lancedb/compare/v0.3.5...v0.3.6

lancedb - python-v0.3.3: Bug fixes and GPU improvements.

Published by eddyxu 12 months ago

What's Changed

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

lancedb - v0.3.5

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.5