Skip to content

Commit ba1a997

Browse files
committed
update to storageMetadata extraction
1 parent f7638d4 commit ba1a997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/backend/prepdocslib/cloudingestionstrategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ async def run(self) -> None:
304304
configuration=IndexingParametersConfiguration(
305305
query_timeout=None,
306306
# markdown_parsing_submode=None,
307-
data_to_extract="contentAndMetadata",
307+
data_to_extract="storageMetadata",
308308
# markdown_header_depth=None,
309309
allow_skillset_to_read_file_data=True,
310310
)

0 commit comments

Comments
 (0)