-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[fix] MemorySaver #1018
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
[fix] MemorySaver #1018
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
* [refactor] modify memory dependencies * [refactor] modify memory dependencies * [refactor] modify elasticsearch chat memory * [refactor] modify elasticsearch chat memory * [refactor] modify elasticsearch chat memory * [refactor] modify chat memory starter
jackxu2011
reviewed
May 29, 2025
...ibaba-graph-core/src/main/java/com/alibaba/cloud/ai/graph/checkpoint/savers/MemorySaver.java
Outdated
Show resolved
Hide resolved
…spring-ai-alibaba into fix-MemorySaver-test
chickenlj
approved these changes
May 29, 2025
VLSMB
added a commit
to VLSMB/spring-ai-alibaba
that referenced
this pull request
May 29, 2025
fix: Exception in ReporterNode (alibaba#1013) * fix: Exception in ReporterNode * fix: new line 统一模块spring-ai-alibaba-core使用的StringUtils为org.springframework.util.StringUtils (alibaba#1002) 模块spring-ai-alibaba-core除了DashScopeApi使用`import com.alibaba.nacos.common.utils.StringUtils;`,其他地方都是使用`import org.springframework.util.StringUtils;` Co-authored-by: aias00 <liuhongyu@apache.org> [refactor] refactor nacos prompt (alibaba#1017) [refactor]refactor es chat memory (alibaba#1001) * [refactor] modify memory dependencies * [refactor] modify memory dependencies * [refactor] modify elasticsearch chat memory * [refactor] modify elasticsearch chat memory * [refactor] modify elasticsearch chat memory * [refactor] modify chat memory starter Squash Merged Squash Merged [refactor]refactor es chat memory (alibaba#1001) Fix Tool calls occur error(NPE) when using stream output (alibaba#1015) fixes alibaba#1004 and alibaba#992 Feature/20250527 deepresearch (alibaba#999) * Fix UnsupportedOperationException * docs(spring-ai-alibaba-deepresearch): Remove background investigation Tools explanation. * docs(spring-ai-alibaba-deepresearch): Prevent calling non-existent tools. * feat(deepresearch): Add tool invocation observation functionality and optimize configuration. * feat(deepresearch): added license header [fix] MemorySaver (alibaba#1018) fix alibaba#1014, use right toolDefinitionBuilder in graph example (alibaba#1016) Co-authored-by: aias00 <liuhongyu@apache.org> Solve class conflicts in studio (alibaba#977) fix alibaba#978, variable rename (alibaba#986) refactor:microSoftTranslate (alibaba#965) refactor microSoftTranslate Co-authored-by: shown <yuluo08290126@gmail.com> Co-authored-by: aias00 <liuhongyu@apache.org> feat: add source URL in Baidu search results (alibaba#1009)
GTyingzi
pushed a commit
that referenced
this pull request
May 30, 2025
* fix: Exception in ReporterNode * Squash Commits to Hide api-key fix: Exception in ReporterNode (#1013) * fix: Exception in ReporterNode * fix: new line 统一模块spring-ai-alibaba-core使用的StringUtils为org.springframework.util.StringUtils (#1002) 模块spring-ai-alibaba-core除了DashScopeApi使用`import com.alibaba.nacos.common.utils.StringUtils;`,其他地方都是使用`import org.springframework.util.StringUtils;` Co-authored-by: aias00 <liuhongyu@apache.org> [refactor] refactor nacos prompt (#1017) [refactor]refactor es chat memory (#1001) * [refactor] modify memory dependencies * [refactor] modify memory dependencies * [refactor] modify elasticsearch chat memory * [refactor] modify elasticsearch chat memory * [refactor] modify elasticsearch chat memory * [refactor] modify chat memory starter Squash Merged Squash Merged [refactor]refactor es chat memory (#1001) Fix Tool calls occur error(NPE) when using stream output (#1015) fixes #1004 and #992 Feature/20250527 deepresearch (#999) * Fix UnsupportedOperationException * docs(spring-ai-alibaba-deepresearch): Remove background investigation Tools explanation. * docs(spring-ai-alibaba-deepresearch): Prevent calling non-existent tools. * feat(deepresearch): Add tool invocation observation functionality and optimize configuration. * feat(deepresearch): added license header [fix] MemorySaver (#1018) fix #1014, use right toolDefinitionBuilder in graph example (#1016) Co-authored-by: aias00 <liuhongyu@apache.org> Solve class conflicts in studio (#977) fix #978, variable rename (#986) refactor:microSoftTranslate (#965) refactor microSoftTranslate Co-authored-by: shown <yuluo08290126@gmail.com> Co-authored-by: aias00 <liuhongyu@apache.org> feat: add source URL in Baidu search results (#1009) * prepare for 1.0.0.2 release (#1029) * Next development version (#1030) * fix bug * fix: use tool-call/TavilySearch * fix: use tool-call/TavilySearch * fix: wrong spell * update README-zh.md * update README-zh.md * fix: TavilySearchService --------- Co-authored-by: Ken Liu <ken.lj.hz@gmail.com>
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.
Describe what this PR does / why we need it
Fix concurrent modification exception in MemorySaver
Add locking mechanism to resolve concurrent modification exceptions