Skip to content

Commit 9858d37

Browse files
committed
Update mapping
1 parent a5a8722 commit 9858d37

File tree

1 file changed

+3
-1
lines changed
  • deploy_ai_search_indexes/src/deploy_ai_search_indexes

1 file changed

+3
-1
lines changed

deploy_ai_search_indexes/src/deploy_ai_search_indexes/ai_search.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,9 @@ def get_semantic_chunker_skill(
300300
degree_of_parallelism = 16
301301

302302
semantic_text_chunker_skill_inputs = [
303-
InputFieldMappingEntry(name="content", source="/document/merged_content")
303+
InputFieldMappingEntry(
304+
name="content", source="/document/layout/merged_content"
305+
)
304306
]
305307

306308
semantic_text_chunker_skill_outputs = [

0 commit comments

Comments
 (0)