From ceb46badb409ca90885acdebadb1d5843a1e8bad Mon Sep 17 00:00:00 2001 From: Wiwi Kuan Date: Thu, 26 Mar 2026 02:15:12 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20blog=5Fembedding.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog_embedding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog_embedding.py b/blog_embedding.py index 800426a..e99f0fb 100644 --- a/blog_embedding.py +++ b/blog_embedding.py @@ -26,7 +26,7 @@ import time # ============================================================ # 你的 Docusaurus blog 資料夾路徑 -BLOG_DIR = "/home/wiwi/Syncthing/WiwiWisdom/blog" +BLOG_DIR = "./blog" # 輸出檔案路徑 OUTPUT_FILE = "./blog_embeddings.json"