oasysai / oasysdb

Hybrid vector database with flexible SQL storage engine & multi-index support.
https://docs.oasysdb.com/
Apache License 2.0
343 stars 12 forks source link

feat: add bool metadata #95

Closed edwinkys closed 3 months ago

edwinkys commented 3 months ago

Purpose

This PR adds boolean metadata type with its corresponding type conversion to JSON, PyO3, and Rust primitive types.

Testing

I added a new test to store a more complex JSON data containing multiple different value types.

Chore checklist