You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ObjectBox now supports vector search ("vector database") to enable efficient similarity searches.
This is particularly useful for AI/ML/RAG applications, e.g. image, audio, or text similarity.
Other use cases include sematic search or recommendation engines.
See https://docs.objectbox.io/ann-vector-search for details.
The definition of entities (aka the data model) is now greatly simplified
Type-specific property classes, e.g. name: String, count: Int64, score: Float32
Automatic ID/UID and model management (i.e. add/remove/rename of entities and properties)