Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Sessions search and filter #298

Open
iklochko opened this issue Dec 20, 2023 · 4 comments
Open

[FEAT] Sessions search and filter #298

iklochko opened this issue Dec 20, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@iklochko
Copy link

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.

@danielchalef
Copy link
Member

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

@danielchalef danielchalef added the enhancement New feature or request label Dec 27, 2023
@iklochko
Copy link
Author

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.

@bgeils
Copy link

bgeils commented Jan 21, 2024

@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!

@danielchalef
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants