更新 blog_embedding.py

This commit is contained in:
2026-03-26 02:15:12 +00:00
parent a74875fecc
commit ceb46badb4

View File

@@ -26,7 +26,7 @@ import time
# ============================================================ # ============================================================
# 你的 Docusaurus blog 資料夾路徑 # 你的 Docusaurus blog 資料夾路徑
BLOG_DIR = "/home/wiwi/Syncthing/WiwiWisdom/blog" BLOG_DIR = "./blog"
# 輸出檔案路徑 # 輸出檔案路徑
OUTPUT_FILE = "./blog_embeddings.json" OUTPUT_FILE = "./blog_embeddings.json"