rig-lancedb

Crates.iorig-lancedb
lib.rsrig-lancedb
version0.2.22
created_at2024-10-24 16:05:47.122073+00
updated_at2025-09-15 21:54:03.005681+00
descriptionRig vector store index integration for LanceDB.
homepage
repositoryhttps://github.com/0xPlaygrounds/rig
max_upload_size
id1421490
size254,157
(cvauclair)

documentation

README

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.

Commit count: 638

cargo fmt