14 releases

new 0.2.10 Apr 29, 2025
0.2.9 Apr 15, 2025
0.2.8 Mar 31, 2025
0.2.5 Feb 18, 2025
0.1.0 Oct 24, 2024

#624 in Machine learning

Download history 56/week @ 2025-01-07 79/week @ 2025-01-14 56/week @ 2025-01-21 102/week @ 2025-01-28 91/week @ 2025-02-04 91/week @ 2025-02-11 141/week @ 2025-02-18 79/week @ 2025-02-25 92/week @ 2025-03-04 89/week @ 2025-03-11 74/week @ 2025-03-18 88/week @ 2025-03-25 96/week @ 2025-04-01 16/week @ 2025-04-08 124/week @ 2025-04-15 20/week @ 2025-04-22

316 downloads per month

MIT license

2MB
19K 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

~85–120MB
~2M SLoC