[codex] 改用模型嵌入资源评分 - #9
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更
EMBEDDINGSservice 获取向量,不再读取 Core 配置、provider、API key 或 legacy Embedderruntime_scope中执行bind → embed0607e546de923e9377b04fb841d01384b1a666c1原因
Core PR #516 移除了模型配置和 embedding 的 Core owner。旧实现继续读取
Config.memory.embedding,在新的 Core 上会把非引用反馈静默降级为unscored。模型连接和凭据应由模型插件拥有,消费者只请求公共向量能力。依赖:kachofugetsu09/akashic-agent#516
验证
33 passed:完整 Python 测试,包括复制到临时 Git 仓库、正式 install、installed cache 加载与 Root ready6 passed:Node 移动面板测试git diff --check通过38ce15c42090eaaaf245343c52b13eef24622c773.0.0-38ce15c42090eaaaCoreConfig、AKASHIC_CONFIG或memory2.embedderEMBEDDINGS资源已通过真实 Akasha embedding 请求,recall_memorysuccess 并返回 10 条结果生产中的新 WebUI turns 已被本插件 inbox 正常消费;这些 sessions 没有 proactive candidate,因此没有伪造一条正式反馈事件来冒充非引用评分 E2E。
runtime_scope → bind → embed的调用顺序由确定性测试覆盖。