Fix #1469: [Bug修复] Neo4j社区版update_node未同步Qdrant + schedule依赖缺失导致Thread-3启动失败#1886
Open
Memtensor-AI wants to merge 1 commit into
Open
Fix #1469: [Bug修复] Neo4j社区版update_node未同步Qdrant + schedule依赖缺失导致Thread-3启动失败#1886Memtensor-AI wants to merge 1 commit into
Memtensor-AI wants to merge 1 commit into
Conversation
…dency to mem-scheduler Issue #1469 Two bug fixes: 1. Neo4j Community update_node now syncs to Qdrant - Added update_node override in Neo4jCommunityGraphDB class - Extracts embedding from update fields and syncs to vector DB - Maintains data consistency between Neo4j and Qdrant - Gracefully handles Qdrant failures without blocking Neo4j update 2. Added schedule package to mem-scheduler dependencies - TreeReorganizer uses schedule for periodic structure optimization - Previously only in tree-mem optional group - Thread-3 startup failure resolved Test: Added test_neo4j_community_update_node.py with comprehensive coverage
Collaborator
Author
✅ Automated Test Results: PASSEDAll tests passed (35/35 executed, 36 skipped). memos_local_plugin/smoke: 0 passed, 1 skipped, memos_local_plugin/contract: 35 passed, 35 skipped. Duration: 4s Branch: |
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
Successfully fixed both issues in #1469:
Issue 1: Neo4j Community update_node not syncing to Qdrant
Issue 2: Schedule dependency missing for mem-scheduler
Changes:
All changes maintain backward compatibility and follow existing code patterns. The fixes ensure data consistency between Neo4j and Qdrant, and prevent import errors when using mem-scheduler with tree memory features.
Related Issue (Required): Fixes #1469
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Executor did not report tests.
Checklist
@MatthewZhuang, @CarltonXiang, @syzsunshine219 please review this PR.
Reviewer Checklist