From 8edc23b888cad5fb98028c2c122f5c5ba6fa93d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A0=E7=A3=8A?= Date: Fri, 9 Jan 2026 17:42:30 +0800 Subject: [PATCH] =?UTF-8?q?docs(config):=20=E6=9B=B4=E6=96=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E5=92=8C=E9=9B=86=E6=88=90=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加embedding_dims配置项注释 - 同步配置文件修改到集成文档 --- docs/powermem-integration.md | 1 + main/xiaozhi-server/config.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/powermem-integration.md b/docs/powermem-integration.md index 86e47925..b9a77ed5 100644 --- a/docs/powermem-integration.md +++ b/docs/powermem-integration.md @@ -65,6 +65,7 @@ Memory: api_key: 你的嵌入模型API密钥 model: text-embedding-v4 openai_base_url: https://dashscope.aliyuncs.com/compatible-mode/v1 + # embedding_dims: 1024 # 向量维度,非1536时需配置 # ========== Database 配置 ========== vector_store: diff --git a/main/xiaozhi-server/config.yaml b/main/xiaozhi-server/config.yaml index 621383d5..855466db 100644 --- a/main/xiaozhi-server/config.yaml +++ b/main/xiaozhi-server/config.yaml @@ -305,6 +305,8 @@ Memory: api_key: 你的嵌入模型API密钥 model: text-embedding-v4 openai_base_url: https://dashscope.aliyuncs.com/compatible-mode/v1 + # embedding_dims: 1024 # 向量维度,非1536时需配置 + # ========== Database 配置 ========== # oceanbase(推荐,最佳性能), seekdb(推荐,AI应用存储一体), postgres, sqlite(轻量备选) # 用户画像功能支持: oceanbase、seekdb、sqlite