Crates.io | rig-mongodb |
lib.rs | rig-mongodb |
version | 0.1.4 |
source | src |
created_at | 2024-06-06 17:38:27.840008 |
updated_at | 2024-11-07 20:59:28.396907 |
description | MongoDB implementation of a Rig vector store. |
homepage | |
repository | https://github.com/0xPlaygrounds/rig |
max_upload_size | |
id | 1263934 |
size | 77,016 |
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.