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
139 downloads per month
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