Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Small updates to readme
  • Loading branch information
obx-vivien authored May 28, 2024
1 parent ca79c96 commit 2edefb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ObjectBox Python
================
[ObjectBox](https://objectbox.io) Python is a lightweight yet powerful on-device database & vector database.
[ObjectBox](https://objectbox.io) Python is a lightweight yet powerful on-device object and vector database.
Store Python objects and vectors directly with an easy-to-use CRUD API while enjoying exceptional speed and efficiency.
And because it's an embedded database, there's no setup required.

Its advanced vector search empowers AI applications including RAG, generative AI, and similarity searches.
Its advanced vector search empowers on-device AI applications including RAG, generative AI, and similarity searches.

Designed for high performance, the ObjectBox database runs locally on-device.
As an offline-first solution, ObjectBox makes sure your app reliably works offline as well as online
The ObjectBox database delivers high-performance on commodity hardware - locally, on-device.
On top, as an offline-first solution, ObjectBox makes sure your app reliably works offline as well as online
(via [Sync](https://objectbox.io/sync/)).

_Table of Contents_
Expand Down

0 comments on commit 2edefb4

Please sign in to comment.