rig/rig-mongodb
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 fix: mongodb vector search example 2025-01-30 18:15:38 +00:00
src test(rig-mongodb): fix flaky test (#153) 2024-12-16 16:44:07 -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 (#375) 2025-04-15 10:23:05 -04:00
Cargo.toml chore: release (#375) 2025-04-15 10:23:05 -04:00
LICENSE misc: Placeholder main READEME 2024-06-05 10:07:20 -04:00
README.md chore: update deps version 2024-11-07 21:19:49 +01:00

README.md

Rig logo + MongoDB logo



Rig-MongoDB

This companion crate implements a Rig vector store based on MongoDB.

Usage

Add the companion crate to your Cargo.toml, along with the rig-core crate:

[dependencies]
rig-mongodb = "0.1.3"
rig-core = "0.4.0"

You can also run cargo add rig-mongodb rig-core to add the most recent versions of the dependencies to your project.

See the /examples folder for usage examples.