add README to graph (#1211)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
This commit is contained in:
KevinHuSh
2024-06-19 13:05:32 +08:00
committed by GitHub
parent f73f7b969c
commit fe1805fa0e
8 changed files with 107 additions and 14 deletions

View File

@@ -19,6 +19,7 @@ import os
from api.utils.file_utils import get_project_base_directory
from api.utils.log_utils import LoggerFactory, getLogger
DEBUG = 0
LoggerFactory.set_directory(
os.path.join(
get_project_base_directory(),
@@ -30,4 +31,4 @@ LoggerFactory.LEVEL = 30
flow_logger = getLogger("flow")
database_logger = getLogger("database")
FLOAT_ZERO = 1e-8
PARAM_MAXDEPTH = 5
PARAM_MAXDEPTH = 5