Skip to content

Commit e661c03

Browse files
committed
[Search] Fix typo
1 parent 8abc8fe commit e661c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/search/hybrid-semantic-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PUT semantic-embeddings
2727
"mappings": {
2828
"properties": {
2929
"semantic_text": { <1>
30-
"type": "semantic_text",
30+
"type": "semantic_text"
3131
},
3232
"content": { <2>
3333
"type": "text",

0 commit comments

Comments
 (0)