TeiaLabs / redb

1 stars 0 forks source link

redb

Object-document mapper. Like an ORM, but for NoSQL. Several vector-focused operations out of the box.

Dev setup

git clone git@github.com:TeiaLabs/redb.git
pip install -e ./redb

Install

pip install redb-odm

Usage

Please check the ./resources/examples for more information.

Deploy

git tag -a v0.0.1 -m "v0.0.1"
git push --tags