Skip to content

Conversation

@getter111
Copy link

@getter111 getter111 commented Nov 20, 2025

Description

This PR adds video library UI components, enabling video upload, browsing, and delete functionality.

Key Changes

  • VideoLibrary Component: Grid/list view browser with search, filtering, and delete functionality
  • VideoUpload Component: Drag-and-drop upload interface with progress tracking and file validation (video types, 8GB limit)
  • VideoLibraryModal Component: Full-screen modal overlay that displays VideoLibrary in a dialog
  • API Client (videoUpload.ts): Proxies all video operations through backend FastAPI server (no S3 credentials exposed to frontend)
  • ChatbarSettings Integration: Add VideoLibraryModel component in the sidebar to open video library modal

Related PRs

This PR depends on NVIDIA/NeMo-Agent-Toolkit#1195

Closes

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license.
    • Any contribution which contains commits that are not Signed-Off will not be accepted.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

Video library interface integrated with FastAPI backend

New components:
- VideoLibrary: Grid/list browser with search and filtering
- VideoUpload: Drag-drop upload with progress tracking
- VideoLibraryModal: Full-screen video viewer

Changes:
- Add VideoLibrary toggle in ChatbarSettings
- Add videoUpload API client (proxies through backend)
- Add VIDEO_UPLOAD/VIDEO_LIST/VIDEO_DELETE route constants

Signed-off-by: Alex Lin <[email protected]>
@copy-pr-bot
Copy link

copy-pr-bot bot commented Nov 20, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@willkill07
Copy link
Member

@getter111 please see the PR review under NAT for feedback. Some changes would have to be incorporated here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants