We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d440bce commit 20e1819Copy full SHA for 20e1819
on-device-vector-search.md
@@ -59,7 +59,7 @@ class City:
59
name = String
60
location = Float32Vector(index=HnswIndex(
61
dimensions=2,
62
- distance_type=HnswDistanceType.EUCLIDEAN
+ distance_type=VectorDistanceType.EUCLIDEAN
63
))
64
```
65
{% endtab %}
0 commit comments