3 releases

0.1.2 Nov 13, 2024
0.1.1 Nov 7, 2024
0.1.0 Oct 24, 2024

#1133 in Parser implementations

Download history 106/week @ 2024-10-19 22/week @ 2024-10-26 111/week @ 2024-11-02 124/week @ 2024-11-09 24/week @ 2024-11-16

311 downloads per month

MIT license

270KB
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