use mp to execute all feature and fix a small bug in config (#157)

This commit is contained in:
Xu Yang
2024-08-03 10:17:01 +08:00
committed by GitHub
parent 6b212f1655
commit ca39fcf320
5 changed files with 14 additions and 6 deletions
@@ -44,7 +44,7 @@ class FactorImplementSettings(BaseSettings):
max_loop: int = 10
knowledge_base_path: Union[str, None] = None
new_knowledge_base_path: Union[str, None] = knowledge_base_path
new_knowledge_base_path: Union[str, None] = None
python_bin: str = "python"