-
Notifications
You must be signed in to change notification settings - Fork 479
Dev 20260209 v2.0.6 #1091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Dev 20260209 v2.0.6 #1091
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
* fix: fix bug in handle_get_memories_dashboard * feat: chat complete, stream, business add relativity * fix: fix skill mem llm call return None problem --------- Co-authored-by: yuan.wang <yuan.wang@yuanwangdebijibendiannao.local>
* feat: add keyword search * test: 按照 top_k 截断 keyword 路检索而不是 top6 * fix: 修复 cot embedding 顺序问题, 修复阈值筛选偏好记忆可能误删的问题 * feat: 强保语义和关键词路 top1 * fix: 使用 keyword_score 而不是 relativity 作为关键词路强保判断依据 * feat: 两路 top1 参与 mmr 计算但是不会被淘汰 * revert and 使用 http bge reranker * Revert "fix: 修复 cot embedding 顺序问题, 修复阈值筛选偏好记忆可能误删的问题" This reverts commit 27967fe. * fix: 修复 query embedding 顺序问题和偏好记忆的相关的分数字段错误 * revert * reformat --------- Co-authored-by: CaralHsi <caralhsi@gmail.com>
* feat: add keyword search * test: 按照 top_k 截断 keyword 路检索而不是 top6 * fix: 修复 cot embedding 顺序问题, 修复阈值筛选偏好记忆可能误删的问题 * feat: 强保语义和关键词路 top1 * fix: 使用 keyword_score 而不是 relativity 作为关键词路强保判断依据 * feat: 两路 top1 参与 mmr 计算但是不会被淘汰 * revert and 使用 http bge reranker * Revert "fix: 修复 cot embedding 顺序问题, 修复阈值筛选偏好记忆可能误删的问题" This reverts commit 27967fe. * fix: 修复 query embedding 顺序问题和偏好记忆的相关的分数字段错误 * revert * reformat * fix: 修复偏好记忆 score 问题 --------- Co-authored-by: CaralHsi <caralhsi@gmail.com>
fix: llm extra body bug Co-authored-by: yuan.wang <yuan.wang@yuanwangdebijibendiannao.local>
* fix: support cases when there is both field condition and logical operators * fix: support hours, minutes, and seconds to the filter field.
* fix: llm extra body bug * fix: fix bug --------- Co-authored-by: yuan.wang <yuan.wang@yuanwangdebijibendiannao.local>
* fix: llm extra body bug * fix: fix bug * feat: add timed log to function --------- Co-authored-by: yuan.wang <yuan.wang@yuanwangdebijibendiannao.local>
* fix: fix bug in handle_get_memories_dashboard * feat: chat complete, stream, business add relativity * fix: fix skill mem llm call return None problem * fix: pref info bug in get memory * fix: info field problem --------- Co-authored-by: yuan.wang <yuan.wang@yuanwangdebijibendiannao.local>
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.
Description
Please include a summary of the change, the problem it solves, the implementation approach, and relevant context. List any dependencies required for this change.
Related Issue (Required): Fixes @issue_number
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist
Reviewer Checklist