Skip to content

Commit d28fe49

Browse files
kosabogifdipilla
andauthored
Removed trailing comma (#122430) (#122792)
When this example was copy/pasted onto the console it was throwing a 'Bad string' error on the editor Co-authored-by: fdipilla <[email protected]>
1 parent b213229 commit d28fe49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/search/search-your-data/semantic-text-hybrid-search

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PUT semantic-embeddings
2424
"mappings": {
2525
"properties": {
2626
"semantic_text": { <1>
27-
"type": "semantic_text",
27+
"type": "semantic_text"
2828
},
2929
"content": { <2>
3030
"type": "text",

0 commit comments

Comments
 (0)