#mongo-db #vector #store #rig

rig-mongodb

MongoDB implementation of a Rig vector store

16 releases

new 0.2.2 Jan 13, 2025
0.2.1 Dec 19, 2024
0.1.5 Nov 13, 2024
0.1.3 Oct 24, 2024
0.0.6 Jun 12, 2024

#1646 in Database interfaces

Download history 32/week @ 2024-09-21 320/week @ 2024-09-28 41/week @ 2024-10-05 8/week @ 2024-10-12 110/week @ 2024-10-19 22/week @ 2024-10-26 107/week @ 2024-11-02 122/week @ 2024-11-09 27/week @ 2024-11-16 7/week @ 2024-11-23 147/week @ 2024-11-30 24/week @ 2024-12-07 128/week @ 2024-12-14 20/week @ 2024-12-21 2/week @ 2025-01-04

151 downloads per month

MIT license

380KB
7K 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

~18–31MB
~492K SLoC