From 09bcdadf620b468dea76bbe761f707a83e6c6f32 Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Thu, 28 May 2026 16:56:48 +0800 Subject: [PATCH] vault backup: 2026-05-28 16:56:48 --- 07-Other/AI/AI Agent/UnrealEngine/Graphify 知识图谱.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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`:构建有向图(保留边方向)