rig-mongodb

Crates.iorig-mongodb
lib.rsrig-mongodb
version0.1.4
sourcesrc
created_at2024-06-06 17:38:27.840008
updated_at2024-11-07 20:59:28.396907
descriptionMongoDB implementation of a Rig vector store.
homepage
repositoryhttps://github.com/0xPlaygrounds/rig
max_upload_size
id1263934
size77,016
(cvauclair)

documentation

README

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.

Commit count: 299

cargo fmt