hicder / muopdb

MuopDB - A Vector Database
https://github.com/hicder/muopdb/wiki
32 stars 3 forks source link

MuopDB - A vector database for machine learning

Introduction

MuopDB is a vector database for machine learning. This project is done under TechCare Coaching. It plans to support the following features:

V0 (Done)

Building

Install prerequisites:

export HDF5_DIR="$(brew --prefix hdf5)"


Build:

from top-level workspace

cargo build --release


Test:

cargo test --release