bep-mongodb 0.2.0

MongoDB implementation of a Bep vector store.
Documentation

Bep-MongoDB

This companion crate implements a Bep vector store based on MongoDB.

Usage

Add the companion crate to your Cargo.toml, along with the bep-core crate:

[dependencies]
bep-mongodb = "0.1.3"
bep-core = "0.4.0"

You can also run cargo add bep-mongodb bep-core to add the most recent versions of the dependencies to your project.

See the /examples folder for usage examples.