add updates
This commit is contained in:
parent
d0939b9b3b
commit
409d3c7d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class GraphConfig(BaseSettings):
|
||||||
)
|
)
|
||||||
graph_engine: object = GraphDBType.NETWORKX
|
graph_engine: object = GraphDBType.NETWORKX
|
||||||
graph_model: object = KnowledgeGraph
|
graph_model: object = KnowledgeGraph
|
||||||
graph_topology_task: bool = True
|
graph_topology_task: bool = False
|
||||||
graph_topology: object = KnowledgeGraph
|
graph_topology: object = KnowledgeGraph
|
||||||
infer_graph_topology: bool = True
|
infer_graph_topology: bool = True
|
||||||
topology_file_path: str = os.path.join(
|
topology_file_path: str = os.path.join(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue