database · inferred from evidence
LanceDB
A database system for managing and querying vector data, with Python SDK support.
- (node): Several bugs when trying to setup a simple use case
[Xuanwo (maintainer)]: The reported Node SDK failures were fixed: apache-arrow is now a peer dependency with foreign-schema sanitization, the docs examples were updated, and the scenarios could not be reproduced on current versions. If you
- Bug(rust): Merge insert doesn't work for table with index
Merge insert failing on a LanceDB table that has an index: an IVFPQ index cannot be built without a minimum number of rows, and creating the index at table-creation time breaks merge insert. Reporter-verified workaround: do not create the i
- LanceDB db.open_table fails with ArrowInvalid when table lives on Azure Blob Storage (az://)
How to fix lancedb: lancedb db.open_table fails with arrowinvalid when table lives on azure blob storage (az://).