Skip to content

Commit 1b6791a

Browse files
authored
Merge pull request #123511 from KING-SID/patch-1
Fix syntax bug vector-search.md
2 parents 08b7cb4 + 6b45803 commit 1b6791a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb/vcore/vector-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ In this example, `vectorIndex` is returned with all the `cosmosSearch` parameter
268268
cosmosSearch: {
269269
kind: 'vector-hnsw',
270270
m: 40,
271-
efConstruction: 64
271+
efConstruction: 64,
272272
similarity: 'COS',
273273
dimensions: 3
274274
},

0 commit comments

Comments
 (0)