Skip to content

[Feature]: add session search api #125

Description

@gusye1234

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?

  • Client SDK (Python)
  • Client SDK (TypeScript)
  • Core Service (Python)
  • API Server (Go)
  • UI/Dashboard (Next.js)
  • CLI Tool
  • Documentation
  • Other (please specify)

Additional Context

Add any other context, mockups, or examples about the feature request here.

Metadata

Metadata

Labels

enhancementNew feature or request

Fields

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions