docs.rs failed to build rig-lancedb-0.2.18
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
rig-lancedb-0.4.1
Rig-Lancedb
This companion crate implements a Rig vector store based on Lancedb.
Pre-requisites
If you are using rig-lancedb locally, you must ensure you have protoc (the Protobuf Compiler) installed.
Usage
Add the companion crate to your Cargo.toml, along with the rig-core crate:
[]
= "0.1.0"
= "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.