Feature Description
Add a basic session search api inside a user, so we can search related sessions from a group of history sessions.
We shall use the tasks(progress, user preferences...) from a session for indexing.
Proposed API/Interface
# Python SDK
# Your proposed API here
r = client.users.search_sessions(id='space_xxx', query="xxx", topk=10)
for sid in r.session_ids:
...
Impact Component/Area
Which part of Acontext would this feature affect?
Additional Context
Add any other context, mockups, or examples about the feature request here.
Feature Description
Add a basic session search api inside a user, so we can search related sessions from a group of history sessions.
We shall use the tasks(progress, user preferences...) from a session for indexing.
Proposed API/Interface
Impact Component/Area
Which part of Acontext would this feature affect?
Additional Context
Add any other context, mockups, or examples about the feature request here.