redis / redis/agent-memory-server

Add sorting parameter to search_memories interface

Open
#70 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.