mirror of
https://github.com/TencentCloud/TencentDB-Agent-Memory
synced 2026-07-10 12:34:27 +00:00
feat: release v0.3.6
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"id": "memory-tencentdb",
|
||||
"name": "Memory (TencentDB)",
|
||||
"description": "Four-layer memory system — auto-captures, structures, and profiles conversational knowledge",
|
||||
"commandAliases": ["memory-tdai"],
|
||||
"activation": {
|
||||
"onStartup": true
|
||||
},
|
||||
@@ -87,6 +88,7 @@
|
||||
"apiKey": { "type": "string", "description": "API Key(必填)" },
|
||||
"model": { "type": "string", "description": "模型名称(必填)" },
|
||||
"dimensions": { "type": "number", "description": "向量维度(必填,需与所选模型匹配)" },
|
||||
"sendDimensions": { "type": "boolean", "default": true, "description": "是否在请求体中携带 dimensions 字段。默认 true(兼容 OpenAI text-embedding-3-* 的 Matryoshka 截断)。当目标服务为 BGE-M3 等不支持自定义维度的固定维度模型时,请设为 false,否则会被服务端以 HTTP 400 拒绝('does not support matryoshka representation')。" },
|
||||
"conflictRecallTopK": { "type": "number", "default": 5, "description": "冲突检测时召回 Top-K 数" },
|
||||
"maxInputChars": { "type": "number", "default": 5000, "description": "Embedding 输入文本最大字符数,超出时截断并打印警告日志(默认 5000,适合大多数模型的 token 上限)" },
|
||||
"timeoutMs": { "type": "number", "default": 10000, "description": "单次 embedding API 调用超时(毫秒),超时后该次请求中止且不重试" },
|
||||
|
||||
Reference in New Issue
Block a user