13 releases

new 0.2.9 Apr 15, 2025
0.2.8 Mar 31, 2025
0.2.5 Feb 18, 2025
0.2.3 Jan 27, 2025
0.1.0 Oct 24, 2024

#1003 in Machine learning

Download history 3/week @ 2025-01-03 110/week @ 2025-01-10 28/week @ 2025-01-17 126/week @ 2025-01-24 45/week @ 2025-01-31 124/week @ 2025-02-07 150/week @ 2025-02-14 40/week @ 2025-02-21 141/week @ 2025-02-28 35/week @ 2025-03-07 129/week @ 2025-03-14 43/week @ 2025-03-21 139/week @ 2025-03-28 31/week @ 2025-04-04 102/week @ 2025-04-11

321 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