Access past summarization after restart of VSS server

We were wondering whether it is possible to access past summarizations of a stream after a restart of the VSS container.

After mounting an ASSET_STORAGE_DIR persistent volume, it is possible to store the information of the live streams ( GET /live-stream provides list of past live streams ).

However, trying to query the summarization for the live-stream via the chat completion API renders Chat functionality disabled; please call /summarize API with enable_chat: True; error even though the chat functionality was enabled for the stream when it was added.

Since the live-stream data is persisted in ASSET_STORAGE_DIR, we want to know whether it is possible to fetch the past summarization data ( preferably via the API ).

System Information

  • Hardware Platform (GPU model and numbers) : 1x Tesla T4 ( 16 GB VRAM )
  • System Memory : 32 GB
  • Ubuntu Version : Ubuntu 24.04.2
  • NVIDIA GPU Driver Version (valid for GPU only) : 570.133.20
  • Issue Type( questions, new requirements, bugs) : Question

We will check if we can support this feature. Thanks