rig/rig-lancedb
github-actions[bot] 436588b1ca
chore: release (#203)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-27 15:27:12 -05:00
..
examples Feat(integration-tests): LanceDB (#136) 2024-12-05 12:03:18 -05:00
src Feat(integration-tests): LanceDB (#136) 2024-12-05 12:03:18 -05:00
tests test: Mock provider API in vector store integration tests (#186) 2025-01-07 17:33:06 -05:00
CHANGELOG.md chore: release (#203) 2025-01-27 15:27:12 -05:00
Cargo.toml chore: release (#203) 2025-01-27 15:27:12 -05:00
LICENSE devops: Fix missing fields from rig-lancedb manifest 2024-10-24 11:54:13 -04:00
README.md chore: update deps version 2024-11-07 21:19:49 +01:00

README.md

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.