21 releases

new 0.2.7 Mar 17, 2025
0.2.5 Feb 18, 2025
0.2.1 Dec 19, 2024
0.1.5 Nov 13, 2024
0.0.6 Jun 12, 2024

#1302 in Database interfaces

Download history 56/week @ 2024-11-27 108/week @ 2024-12-04 15/week @ 2024-12-11 141/week @ 2024-12-18 96/week @ 2025-01-08 41/week @ 2025-01-15 85/week @ 2025-01-22 44/week @ 2025-01-29 147/week @ 2025-02-05 101/week @ 2025-02-12 111/week @ 2025-02-19 118/week @ 2025-02-26 45/week @ 2025-03-05 111/week @ 2025-03-12

423 downloads per month

MIT license

2MB
16K SLoC

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.

Dependencies

~19–32MB
~498K SLoC