-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '45-bump-to-4.0.0' into dev
- Loading branch information
Showing
9 changed files
with
114 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
ObjectBox Python ChangeLog | ||
========================== | ||
|
||
4.0.0 (2024-05-16) | ||
------------------ | ||
|
||
* 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. | ||
* Queries: support for Property-based conditions and logic combinations | ||
* Convenient "Store" API deprecates ObjectBox and Builder API | ||
* New examples added, illustrating an VectorSearch and AI/RAG application | ||
* Dependency flatbuffers: Updated to 24.3.50 | ||
* Adjusting the version number to match the core version (4.0); we will be aligning on major versions from now on. | ||
|
||
Older Versions | ||
-------------- | ||
Please check https://github.com/objectbox/objectbox-python/releases for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters