mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-05 03:12:57 +00:00
LanceDB Rust
LanceDB Rust SDK, a serverless vector database.
Read more at: https://lancedb.com/
Tip
A transitive dependency of
lancedbislzma-sys, which uses dynamic linking by default. If you want to statically linklzma-sys, you should activate it'sstaticfeature by adding the following to your dependencies:lzma-sys = { version = "*", features = ["static"] }