Update approximate-knn.md

This commit is contained in:
aetter 2021-10-19 11:42:46 -07:00
parent 611dd62151
commit 211da242d6
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ PUT my-knn-index-1
"properties": {
"my_vector1": {
"type": "knn_vector",
"dimension": 4,
"dimension": 2,
"method": {
"name": "hnsw",
"space_type": "l2",