rig/rig-lancedb
Joshua Mo 94571989f9 fix: README typo 2025-04-09 19:32:14 +01:00
..
examples refactor(lancedb): docs, make examples idempotent 2025-04-09 19:29:36 +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 (#356) 2025-03-31 17:27:41 -04:00
Cargo.toml chore: release (#356) 2025-03-31 17:27:41 -04:00
LICENSE devops: Fix missing fields from rig-lancedb manifest 2024-10-24 11:54:13 -04:00
README.md fix: README typo 2025-04-09 19:32:14 +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.