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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,12 @@
22
22
</a>
23
23
</p>
24
24
25
-
# ObjectBox - Fast and Efficient Java Database (Android, JVM)
25
+
# ObjectBox - Fast and Efficient Java Database (Android, JVM) with Vector Search
26
26
27
-
ObjectBox Java is a simple yet powerful database designed specifically for **Java and Kotlin** applications.
27
+
ObjectBox Java is a lightweight yet powerful on-device database & vector database designed specifically for **Java and Kotlin** applications.
28
28
Store and manage data effortlessly in your Android or JVM Linux, macOS or Windows app with ObjectBox.
29
-
Enjoy exceptional speed, frugal resource usage, and environmentally-friendly development. 💚
29
+
Easily manage vector data alongside your objects and perform superfast on-device vector search to empower your apps with RAG AI, generative AI, and similarity search.
30
+
Enjoy exceptional speed, battery-friendly resource usage, and environmentally-friendly development. 💚
30
31
31
32
### Demo code
32
33
@@ -59,6 +60,7 @@ box.put(playlist)
59
60
-[License](#license)
60
61
61
62
## Key Features
63
+
🧠 **First on-device vector database:** easily manage vector data and perform fast vector search
62
64
🏁 **High performance:** exceptional speed, outperforming alternatives like SQLite and Realm in all CRUD operations.\
63
65
💚 **Efficient Resource Usage:** minimal CPU, power and memory consumption for maximum flexibility and sustainability.\
64
66
🔗 **[Built-in Object Relations](https://docs.objectbox.io/relations):** built-in support for object relations, allowing you to easily establish and manage relationships between objects.\
0 commit comments