Update approximate-knn.md
This commit is contained in:
parent
611dd62151
commit
211da242d6
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue