Skip to content

Releases: video-db/videodb-chat

Release v0.0.41

15 Sep 13:07
28260fe

Choose a tag to compare

Improved

  • Bump Videodb Player to 0.0.6, which disposes the player on unmount

Release v0.0.40

02 Jun 10:54
611fbbb

Choose a tag to compare

Fixed

  • Default screen will not display demo videos if images and audios are uploaded
  • Copy ID Button visibility improved on hover

Release v0.0.39

27 May 05:40
84388e1

Choose a tag to compare

Added

  • Ability to upload multiple media files at once through the Upload Media button

Release v0.0.38

16 May 14:25
ad64b12

Choose a tag to compare

Improved

  • Responsiveness improvements in <CollectionView />
    • Search Box
    • Suggestion Box

Release v0.0.37

16 May 07:40
9efc8d3

Choose a tag to compare

Added

  • <CollectionView /> enhancements

    • Displays audio and image assets alongside videos with the new <AudioCard /> and <ImageCard /> components.
    • Search your collection for videos, audios, and images.
    • Filter assets in your collection by type: Videos, Audios, Images, or All files.
  • Copy ID feature added for videos, images, and audio files in <VideoCard />, <AudioCard /> and <ImageCard /> components.

Improved

UI improvements across <CollectionView />

Release v0.0.36

27 Feb 18:49
242124c

Choose a tag to compare

Added

  • Code Syntax Highlight support for python code in <TextReponse/> message handler

Release v0.0.35

20 Feb 07:00
840a748

Choose a tag to compare

Added

  • Update UI Data on socket event : event

Release v0.0.34

10 Feb 14:19
eba7240

Choose a tag to compare

Added

  • Config for Components
  • sidebarConfig.enabled
  • defaultScreenConfig.enableVideoView

Release v0.0.33

07 Feb 11:38
a7b7bde

Choose a tag to compare

Fixed

  • Issues related to ChatMessage Scroll

Release v0.0.32

06 Feb 16:52
92af219

Choose a tag to compare

Added

  • <ChatInput/> Enhancements:

    • Improved multiline input experience.
    • Support for image attachments in chat (one image per message):
      • Ctrl + V paste.
      • Attach via file explorer.
      • New <ChatImagePreview/> component to show image preview
    • Removed context capsule.
  • New <Header/> component:

    • Persistent header across all screens.
    • Includes a hamburger menu for mobile screens.
  • Update <ChatMessage/> to show Image Inputs

  • VideoDB Hook

    • Wrapper function that calls /videodb/collection/${collectionId}/image/${imageId}/generate_url to director-backend to get url of uploaded image.
  • Custom header support:

    • Users can pass a custom header component to <ChatInterface/> via the header slot.

Fixed

  • Chat input:
    • Loading and disabled state for action button.
  • Issues related to collection and session switching.
  • Turn off autocomplete on Create Collection Modal's Input
  • Mobile screen improvements.