43 releases
Uses new Rust 2024
| 0.4.4 | Apr 13, 2026 |
|---|---|
| 0.4.3 | Mar 31, 2026 |
| 0.3.0 | Feb 17, 2026 |
| 0.2.30 | Dec 15, 2025 |
| 0.1.2 | Nov 13, 2024 |
#15 in #lance-db
47 downloads per month
2.5MB
52K
SLoC
Rig-Lancedb
This companion crate implements a Rig vector store based on Lancedb.
Pre-requisites
If you are using rig-lancedb locally, you must ensure you have protoc (the Protobuf Compiler) installed.
Usage
Add the companion crate to your Cargo.toml, along with the rig-core crate:
[dependencies]
rig-lancedb = "0.1.0"
rig-core = "0.4.0"
You can also run cargo add rig-lancedb rig-core to add the most recent versions of the dependencies to your project.
See the /examples folder for usage examples.
Dependencies
~173MB
~3M SLoC