## 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](https://protobuf.dev/installation/)) installed.
## Usage
Add the companion crate to your `Cargo.toml`, along with the rig-core crate:
```toml
[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`](./examples) folder for usage examples.