Skip to content

Commit 65ce7ac

Browse files
authored
Merge pull request #268 from kayx23/patch-1
remove unnecessary trailing comma in JSON
2 parents b4162e0 + fabf250 commit 65ce7ac

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)