| Crates.io | rig-lancedb |
| lib.rs | rig-lancedb |
| version | 0.2.22 |
| created_at | 2024-10-24 16:05:47.122073+00 |
| updated_at | 2025-09-15 21:54:03.005681+00 |
| description | Rig vector store index integration for LanceDB. |
| homepage | |
| repository | https://github.com/0xPlaygrounds/rig |
| max_upload_size | |
| id | 1421490 |
| size | 254,157 |
This companion crate implements a Rig vector store based on Lancedb.
If you are using rig-lancedb locally, you must ensure you have protoc (the Protobuf Compiler) installed.
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.