We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb68f6 commit b2e39faCopy full SHA for b2e39fa
example/README.md
@@ -46,7 +46,12 @@ Welcome to the ObjectBox tasks-list app example. Type help or ? for a list of co
46
> exit
47
```
48
49
-## Example: Vector-Search
+## 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
55
56
This example application starts with a pre-defined set of capital cities and their geo coordinates.
57
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