We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a8722 commit 9858d37Copy full SHA for 9858d37
deploy_ai_search_indexes/src/deploy_ai_search_indexes/ai_search.py
@@ -300,7 +300,9 @@ def get_semantic_chunker_skill(
300
degree_of_parallelism = 16
301
302
semantic_text_chunker_skill_inputs = [
303
- InputFieldMappingEntry(name="content", source="/document/merged_content")
+ InputFieldMappingEntry(
304
+ name="content", source="/document/layout/merged_content"
305
+ )
306
]
307
308
semantic_text_chunker_skill_outputs = [
0 commit comments