rig/rig-lancedb
github-actions[bot] f4214540a5
chore: release (#375)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-15 10:23:05 -04:00
..
examples refactor(lancedb): docs, make examples idempotent (#387) 2025-04-09 22:22:40 +01:00
src Feat(integration-tests): LanceDB (#136) 2024-12-05 12:03:18 -05:00
tests added mcp_tool + Example (#335) 2025-03-25 13:31:42 -07:00
CHANGELOG.md chore: release (#375) 2025-04-15 10:23:05 -04:00
Cargo.toml chore: release (#375) 2025-04-15 10:23:05 -04:00
LICENSE devops: Fix missing fields from rig-lancedb manifest 2024-10-24 11:54:13 -04:00
README.md refactor(lancedb): docs, make examples idempotent (#387) 2025-04-09 22:22:40 +01:00

README.md

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:

[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.