diff --git a/07-Other/AI/AI Agent/UnrealEngine/Graphify 知识图谱.md b/07-Other/AI/AI Agent/UnrealEngine/Graphify 知识图谱.md index f3c485d..50e4fc0 100644 --- a/07-Other/AI/AI Agent/UnrealEngine/Graphify 知识图谱.md +++ b/07-Other/AI/AI Agent/UnrealEngine/Graphify 知识图谱.md @@ -350,8 +350,11 @@ pip install watchdog ``` #### 初始构建(首次或全量重建) -``` -/graphify D:\AI\Website\CharacterMaker --directed --no-viz +```bash +# 当前目录 +/graphify . --directed --no-viz +# 指定目录 +/graphify D:\AI\Website\CharacterMaker --directed --no-viz ``` - `--directed`:构建有向图(保留边方向)