v0.1.1
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
- Ankit/add collection crud by @ankit-v2-3 in #15
Full Changelog: v0.1.0...v0.1.1