Skip to content

Commit 944957e

Browse files
obx-viviengreenrobot-team
authored andcommitted
README: update for Vector Search
1 parent 8100d05 commit 944957e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
</a>
2323
</p>
2424

25-
# ObjectBox - Fast and Efficient Java Database (Android, JVM)
25+
# ObjectBox - Fast and Efficient Java Database (Android, JVM) with Vector Search
2626

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.
2828
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. 💚
3031

3132
### Demo code
3233

@@ -59,6 +60,7 @@ box.put(playlist)
5960
- [License](#license)
6061

6162
## Key Features
63+
🧠 **First on-device vector database:** easily manage vector data and perform fast vector search
6264
🏁 **High performance:** exceptional speed, outperforming alternatives like SQLite and Realm in all CRUD operations.\
6365
💚 **Efficient Resource Usage:** minimal CPU, power and memory consumption for maximum flexibility and sustainability.\
6466
🔗 **[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

Comments
 (0)