Skip to content

Commit fabf250

Browse files
authored
Update vector-search-how-to-create-index.md
1 parent 3048f75 commit fabf250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/vector-search-how-to-create-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Be sure to have a strategy for [vectorizing your content](vector-search-how-to-g
128128
"name": "binary-quantization",
129129
"kind": "binaryQuantization",
130130
"rerankWithOriginalVectors": true,
131-
"defaultOversampling": 10.0,
131+
"defaultOversampling": 10.0
132132
}
133133
],
134134
"algorithms": [

0 commit comments

Comments
 (0)