| Crates.io | rig-mongodb |
| lib.rs | rig-mongodb |
| version | 0.2.22 |
| created_at | 2024-06-06 17:38:27.840008+00 |
| updated_at | 2025-09-15 21:55:03.379092+00 |
| description | MongoDB implementation of a Rig vector store. |
| homepage | |
| repository | https://github.com/0xPlaygrounds/rig |
| max_upload_size | |
| id | 1263934 |
| size | 147,535 |
This companion crate implements a Rig vector store based on MongoDB.
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.