Skip to content

Commit

Permalink
CDK: fix parser for async 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 2, 2024
1 parent 2510d97 commit 118d1f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2022,6 +2022,7 @@ def create_async_retriever(
model=model.record_selector,
config=config,
decoder=decoder,
name=name,
transformations=transformations,
client_side_incremental_sync=client_side_incremental_sync,
)
Expand Down

0 comments on commit 118d1f3

Please sign in to comment.