5 releases

new 0.2.1 Dec 19, 2024
0.2.0 Dec 3, 2024
0.1.2 Nov 13, 2024
0.1.1 Nov 7, 2024
0.1.0 Oct 24, 2024

#1505 in Parser implementations

Download history 119/week @ 2024-10-21 10/week @ 2024-10-28 125/week @ 2024-11-04 118/week @ 2024-11-11 28/week @ 2024-11-18 169/week @ 2024-12-02 12/week @ 2024-12-09

215 downloads per month

MIT license

385KB
7.5K SLoC

Rig-Lancedb

This companion crate implements a Rig vector store based on Lancedb.

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

~95MB
~1.5M SLoC