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
151 downloads per month
380KB
7K
SLoC
+
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