Skip to content

Add semantic search to the UI and surface similar moments for bookmarks #34

@chigichan24

Description

@chigichan24

Why

What

  • Add a search bar to Overview / Knowledge Graph that calls into the retriever and lists matching turns with their session context.
  • Add a "Similar to this bookmark" affordance on each bookmarked turn.
  • Optional: cluster / community-aware diversification so results are not all from one session.

How

  • skill-server exposes a new endpoint /api/retrieve that wraps the retriever (Add embedding pipeline and chunk-level vector index for RAG-based retrieval #32).
  • Frontend: a small client hook (useSemanticSearch(query)) hitting that endpoint and rendering results that link into existing playback navigation.
  • For purely-static deployments, in-browser retrieval is workable if the index size after quantization stays modest; decide based on PoC measurements.

Depends on

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions