You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should refactor the way we deal with the initial (user-provided) configuration of the workflow nodes and the modification of some of the configuration parameters at run-time, for instance in the methods get_reranker and filter_chunks_by_relevance.
We currently use pop from kwargs to update the default parameters read from the input and saved in the different config classes
The text was updated successfully, but these errors were encountered:
We should refactor the way we deal with the initial (user-provided) configuration of the workflow nodes and the modification of some of the configuration parameters at run-time, for instance in the methods
get_reranker
andfilter_chunks_by_relevance
.We currently use pop from kwargs to update the default parameters read from the input and saved in the different config classes
The text was updated successfully, but these errors were encountered: