Skip to content

Commit b2e39fa

Browse files
committed
Add CityVectorSearch.ipynb to example/
1 parent 4eb68f6 commit b2e39fa

File tree

2 files changed

+628
-1
lines changed

2 files changed

+628
-1
lines changed

example/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@ Welcome to the ObjectBox tasks-list app example. Type help or ? for a list of co
4646
> exit
4747
```
4848

49-
## Example: Vector-Search
49+
## Example: Vector-Search with Cities
50+
51+
We have two formats of this example available:
52+
53+
* [Jupyter notebook](vectorsearch-cities-notebook/Vector-Search-City.ipynb)
54+
* CLI application; see below for details
5055

5156
This example application starts with a pre-defined set of capital cities and their geo coordinates.
5257
It allows to search for nearest neighbors of a city (`city_neighbors`) or by coordinates (`neighbors`) as well as adding more locations (`add`).

0 commit comments

Comments
 (0)