Skip to content

Commit

Permalink
update report
Browse files Browse the repository at this point in the history
  • Loading branch information
qingzhong1 committed Jan 9, 2024
1 parent a18edf0 commit 8c9c492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def collapse(
| llm
| StrOutputParser()
).with_config(run_name="Reduce")
map_reduce = (map_as_doc_chain.map() | collapse | reduce_chain).with_config( # type: ignore
map_reduce = (map_as_doc_chain.map() | collapse | reduce_chain).with_config( # type: ignore
run_name="Map reduce"
) # type: ignore
return map_reduce
Expand Down

0 comments on commit 8c9c492

Please sign in to comment.