Skip to content

v0.1.1

Compare
Choose a tag to compare
@ankit-v2-3 ankit-v2-3 released this 27 Mar 16:20
· 55 commits to main since this release
9b0cf5c

In this release, we are introducing Collection creation and management. Previously, VideoDB supported only a default collection.

  • You can now create multiple collections, assign names and descriptions to categorize and manage your uploads effectively. 📁
  • Collections facilitate organization and searchability. Searching within a collection limits results to that specific collection, providing developers with greater flexibility in managing videos for their RAG applications. 🔍
  • You can list all collections, retrieve individual collections by their ID, and update the details of individual collections. 🙌

For more details, check out the documentation at https://docs.videodb.io/collections-68

What's Changed

Full Changelog: v0.1.0...v0.1.1