Skip to content

Commit 413093c

Browse files
committed
Update create index example in README
1 parent 61443fd commit 413093c

File tree

1 file changed

+1
-1
lines changed
  • supporting-blog-content/agent-builder-a2a-strands-agents

1 file changed

+1
-1
lines changed

supporting-blog-content/agent-builder-a2a-strands-agents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is an example Python console app that demonstrates how to connect and utili
2121
"properties": {
2222
"title": { "type": "text" },
2323
"content": {
24-
"type": "semantic_text"
24+
"type": "text"
2525
},
2626
"filename": { "type": "keyword" },
2727
"last_modified": { "type": "date" }

0 commit comments

Comments
 (0)