Skip to content

Commit

Permalink
Async Retriever: add transformations to download retriever
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Inzhyyants <[email protected]>
  • Loading branch information
artem1205 committed Dec 30, 2024
1 parent 366567d commit 478badf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,7 @@ def create_async_retriever(
extractor=download_extractor,
name=name,
record_filter=None,
transformations=[],
transformations=transformations,
schema_normalization=TypeTransformer(TransformConfig.NoTransform),
config=config,
parameters={},
Expand Down

0 comments on commit 478badf

Please sign in to comment.