mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-30 00:47:43 +00:00
feat: Factor Implement Search Enhancement (#294)
* Search enhancement * refactor: reorganize imports for consistency with isort * reformatterd by black --------- Co-authored-by: Tim <illking@foxmail.com>
This commit is contained in:
@@ -55,6 +55,9 @@ class FactorImplementSettings(BaseSettings):
|
||||
knowledge_base_path: Union[str, None] = None
|
||||
"""Path to the knowledge base"""
|
||||
|
||||
data_tables_knowledge_path: Union[str, None] = None
|
||||
"""Path to the data tables knowledge"""
|
||||
|
||||
new_knowledge_base_path: Union[str, None] = None
|
||||
"""Path to the new knowledge base"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user