Skip to content

Add sorting parameter to search_memories interface #70

@abrookins

Description

@abrookins

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions