-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix deduplication in python sdk #626
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
base: main
Are you sure you want to change the base?
Conversation
How to use the Graphite Merge QueueAdd the label Main to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
supermemory-app | 1e7d39f | Dec 23 2025, 07:27 PM |
Code Review: Fix Deduplication in Python SDKThank you for implementing memory deduplication! This is an important fix for preventing duplicate memories from appearing in different sources. Here's my comprehensive review: ✅ Strengths
🔍 Issues & Concerns1. Missing Test Coverage
|
Pull Request Review: Fix Deduplication in Python SDKSummaryThis PR implements memory deduplication in the Python SDK, mirroring the TypeScript implementation. The changes prevent duplicate memories from appearing across static, dynamic, and search result sources. ✅ Positive Aspects
🐛 Potential Issues1. Memory Handling in
|

done in a similar way to the ai sdk