Conversation
…eval (#880) * feat: tackle with repeating problem in mem-reader (#869) * feat: add in mem-reader * feat: add merge from in mem-reader * feat: set merge ids archived * feat: update en mem-reader prompt * fix: abstract * fix: set graph db bug * fix: replace error (#870) * feat: add in mem-reader * feat: add merge from in mem-reader * feat: set merge ids archived * feat: update en mem-reader prompt * fix: abstract * fix: set graph db bug * fix: prompt build bug: replace None * feat: add prompt to tackle with memory repeat issue (#871) * feat: add in mem-reader * feat: add merge from in mem-reader * feat: set merge ids archived * feat: update en mem-reader prompt * fix: abstract * fix: set graph db bug * fix: prompt build bug: replace None * fix: did not pass through username into mem-reader transfer function * feat: fix user_name not pass bug * feat: tackle with merged nodes when async mode in scheduler * feat: modify repeat problem * feat: modify multi modal struct * feat: update en-version MEMORY_MERGE_PROMPT_EN * feat: add status to some graph db func; modify prompt (#873) * feat: add in mem-reader * feat: add merge from in mem-reader * feat: set merge ids archived * feat: update en mem-reader prompt * fix: abstract * fix: set graph db bug * fix: prompt build bug: replace None * fix: did not pass through username into mem-reader transfer function * feat: fix user_name not pass bug * feat: tackle with merged nodes when async mode in scheduler * feat: modify repeat problem * feat: modify multi modal struct * feat: update en-version MEMORY_MERGE_PROMPT_EN * feat: add status to some graph db func; modify prompt * fix: prevent repeated memories via archival and activated-only retrieval (#874) * feat: add in mem-reader * feat: add merge from in mem-reader * feat: set merge ids archived * feat: update en mem-reader prompt * fix: abstract * fix: set graph db bug * fix: prompt build bug: replace None * fix: did not pass through username into mem-reader transfer function * feat: fix user_name not pass bug * feat: tackle with merged nodes when async mode in scheduler * feat: modify repeat problem * feat: modify multi modal struct * feat: update en-version MEMORY_MERGE_PROMPT_EN * feat: add status to some graph db func; modify prompt * fix: status filter not specified bug; feat: log merge * feat: remove log_merge_check
* modify implicit preference * fix: modify logger.error to logger.info in extractor * fix: repair llm and plugin simple retrieve None type bug --------- Co-authored-by: yuan.wang <yuan.wang@yuanwangdebijibendiannao.local> Co-authored-by: HarveyXiang <harvey_xiang@163.com> Co-authored-by: Wenqiang Wei <46308778+endxxxx@users.noreply.github.com> Co-authored-by: CaralHsi <caralhsi@gmail.com>
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.
Description
Summary: Fix LLM/plugin retrieval bug, switch logger.error to logger.info in extractor, prevent redundant memories via archival with activated-only retrieval, and update implicit preference logic.
Fix: #(issue)
Docs Issue/PR: (docs-issue-or-pr-link)
Reviewer: @(reviewer)
Checklist: