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:= { = "*", = ["static"] }