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
257 downloads per month
235KB
4K
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
~28–45MB
~775K SLoC