-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
READMEs: update vector search docs link, hint at on-device
- Loading branch information
1 parent
564b3dc
commit 93efa5f
Showing
4 changed files
with
6 additions
and
6 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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Vector-Search Example: Cities | ||
# On-Device Vector Search Example: Cities | ||
|
||
This is a simple example application to demonstrate the Vector Search feature of ObjectBox. | ||
It searches for nearest neighbors of a city. | ||
|
||
## Docs | ||
- [Getting started with ObjectBox](https://docs.objectbox.io/getting-started) | ||
- [ANN Vector Search](https://docs.objectbox.io/ann-vector-search) | ||
- [On-Device ANN Vector Search](https://docs.objectbox.io/on-device-ann-vector-search) |