We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6447062 commit b34341aCopy full SHA for b34341a
src/ragas/executor.py
@@ -102,7 +102,7 @@ class Executor:
102
keep_progress_bar: bool = True
103
jobs: t.List[t.Any] = field(default_factory=list, repr=False)
104
raise_exceptions: bool = False
105
- run_config: t.Optional[RunConfig]
+ run_config: t.Optional[RunConfig] = field(default_factory=RunConfig, repr=False)
106
107
def wrap_callable_with_index(self, callable: t.Callable, counter):
108
async def wrapped_callable_async(*args, **kwargs):
0 commit comments