#mongo-db #vector #store #rig

rig-mongodb

MongoDB implementation of a Rig vector store

13 releases

new 0.1.5 Nov 13, 2024
0.1.4 Nov 7, 2024
0.1.3 Oct 24, 2024
0.1.0 Sep 16, 2024
0.0.6 Jun 12, 2024

#1692 in Database interfaces

Download history 29/week @ 2024-07-29 137/week @ 2024-09-02 169/week @ 2024-09-16 21/week @ 2024-09-23 340/week @ 2024-09-30 25/week @ 2024-10-07 2/week @ 2024-10-14 123/week @ 2024-10-21 10/week @ 2024-10-28 121/week @ 2024-11-04

257 downloads per month

MIT license

235KB
4K 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

~28–45MB
~775K SLoC