10 releases

new 0.2.6 Mar 3, 2025
0.2.5 Feb 18, 2025
0.2.3 Jan 27, 2025
0.2.1 Dec 19, 2024
0.1.0 Oct 24, 2024

#1463 in Parser implementations

Download history 126/week @ 2024-11-05 119/week @ 2024-11-12 24/week @ 2024-11-19 2/week @ 2024-11-26 168/week @ 2024-12-03 13/week @ 2024-12-10 136/week @ 2024-12-17 56/week @ 2025-01-07 79/week @ 2025-01-14 56/week @ 2025-01-21 102/week @ 2025-01-28 96/week @ 2025-02-04 76/week @ 2025-02-11 1/week @ 2025-02-18

323 downloads per month

MIT license

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

~98MB
~1.5M SLoC