<p align="center">
<a href="https://crates.io/crates/mini-rag"><img alt="Crate" src="https://img.shields.io/crates/v/mini-rag.svg"></a>
<a href="https://github.com/evilsocket/mini-rag/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/evilsocket/mini-rag.svg?style=flat-square"></a>
<a href="https://rust-reportcard.xuri.me/report/github.com/evilsocket/mini-rag"><img alt="Rust Report" src="https://rust-reportcard.xuri.me/badge/github.com/evilsocket/mini-rag"></a>
<a href="#"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/evilsocket/mini-rag/test.yml"></a>
<a href="https://github.com/evilsocket/mini-rag/blob/master/LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-GPL3-brightgreen.svg?style=flat-square"></a>
</p>
A simple, 100% Rust implementation of a vector storage database with on disk persistency.
## License
mini-rag is released under the GPL 3 license. To see the licenses of the project dependencies, install cargo license with `cargo install cargo-license` and then run `cargo license`.