1 unstable release
new 0.2.0 | Dec 19, 2024 |
---|
#1589 in Parser implementations
385KB
7.5K
SLoC
Bep-Lancedb
This companion crate implements a Bep vector store based on Lancedb.
Usage
Add the companion crate to your Cargo.toml
, along with the bep-core crate:
[dependencies]
bep-lancedb = "0.1.0"
bep-core = "0.4.0"
You can also run cargo add bep-lancedb bep-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