getzep / zep

Zep | The Memory Foundation For Your AI Stack

Home Page:https://help.getzep.com/ce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEAT] Sessions search and filter

iklochko opened this issue · comments

Describe the solution you'd like
I'd like to have the ability to search/filter sessions based on basic properties like date updated/created and metadata.
Solution with Search Queries (with JSONPath Query Filter) like https://docs.getzep.com/sdk/search_query/ would be perfect.

Describe alternatives you've considered
As an alternative I currently get all sessions every time I need to analyze them and filter on client side. The sessions number growth through.

Thanks for reporting @iklochko . Are you hoping to search across all sessions for a user or across all sessions stored by Zep?

Hi @danielchalef
In my case I don't use Users feature yet (I store user ID - internal ID from other system - as one of session metadata properties), but maybe in future I will. So, it's across all sessions stored by Zep.

@danielchalef is it possible today to do the two searchs you described "all sessions by user" and "all sessions by Zep"? If so can you point to any of the zep-python docs or code. Thanks!

Hi @bgeils , not currently. I've added these features to our backlog for triage.