Skip to content

Conversation

justin-cechmanek
Copy link
Contributor

Why are these changes needed?

Current RedisMemory always uses semantic similarity to return memories. This PR adds support to optionally use purely sequential memory via config settings, or query sequentially on the default semantic RedisMemory.

Related issue number

None

Checks

Copy link

codecov bot commented Aug 26, 2025

Codecov Report

❌ Patch coverage is 57.69231% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.99%. Comparing base (7fbf8ab) to head (93f6977).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...-ext/src/autogen_ext/memory/redis/_redis_memory.py 57.69% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6972      +/-   ##
==========================================
- Coverage   80.99%   80.99%   -0.01%     
==========================================
  Files         237      237              
  Lines       18186    18196      +10     
==========================================
+ Hits        14730    14737       +7     
- Misses       3456     3459       +3     
Flag Coverage Δ
unittests 80.99% <57.69%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@justin-cechmanek
Copy link
Contributor Author

The codecov metrics seem to be off. Several sections are marked as uncovered, but certainly are being executed in the tests.

@ekzhu ekzhu merged commit 8e2c5f0 into microsoft:main Aug 31, 2025
73 of 74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants