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:
cyncyw
2024-09-23 03:24:26 -04:00
committed by GitHub
parent bfce8a6371
commit 972bb2d99f
5 changed files with 132 additions and 2 deletions
@@ -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"""