redis / redis/agent-memory-server
Add sorting parameter to search_memories interface
Open
@tylerhutcherson is already working on this.
Since Feb 7, 2026.
enhancement
- Dominant language
- Python
- Stars
- 316
- Forks
- 63
- Avg merge
- 14d 23h
- Merged PRs (30d)
- 1
Description
The VectorStoreAdapter.search_memories() interface doesn't accept a sorting parameter. This is tricky because we're trying to make vector stores pluggable with LangChain's vector store interfaces, which are limited -- most parameters other than similarity threshold are outside of the interface and vendor-specific.
Once the parameter exists in our interface, however we choose to implement it, we need to thread it through the places we call search_memories.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.