3 releases
0.1.2 | Nov 13, 2024 |
---|---|
0.1.1 | Nov 7, 2024 |
0.1.0 | Oct 24, 2024 |
#1133 in Parser implementations
311 downloads per month
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