7 releases

new 0.2.3 Jan 27, 2025
0.2.2 Jan 13, 2025
0.2.1 Dec 19, 2024
0.1.2 Nov 13, 2024
0.1.0 Oct 24, 2024

#1517 in Parser implementations

Download history 124/week @ 2024-10-23 9/week @ 2024-10-30 127/week @ 2024-11-06 121/week @ 2024-11-13 19/week @ 2024-11-20 63/week @ 2024-11-27 109/week @ 2024-12-04 12/week @ 2024-12-11 135/week @ 2024-12-18 97/week @ 2025-01-08 42/week @ 2025-01-15

139 downloads per month

MIT license

410KB
8K 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

~97MB
~1.5M SLoC