12 releases
new 0.2.8 | Mar 31, 2025 |
---|---|
0.2.7 | Mar 17, 2025 |
0.2.5 | Feb 18, 2025 |
0.2.3 | Jan 27, 2025 |
0.1.0 | Oct 24, 2024 |
#1371 in Machine learning
342 downloads per month
2MB
19K
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
~84–120MB
~2M SLoC