Feat/add agentic stream#83
Closed
ankit-v2-3 wants to merge 140 commits into
Closed
Conversation
… and force prop in video get_transcript_text
* feat: add timelinev2 * fix: fit * build: update v * fix: image asset * feat: add audio asset * fix: asset enum * feat: add text asset * fix: volume range * feat: add caption asset * fix: caption animation * fix: border style * feat: add timeline download * fix: position enum * fix: border style enum * docs: add docstrings * feat: increase api gateway timeout * feat: add editor * fix: asset start * docs: add docstrings * fix: ci/cd * fix: ci/cd * fix: ci/cd * fix: ci/cd * docs: add docstings * fix: ci/cd * feat: add base64 ass string * fix: Fit Enum * Add reframe, smart vertical reframe and download functionality for video objects * Add support for audio transcription and remove not required segmenter and force prop in video get_transcript_text * build: update version --------- Co-authored-by: ashish-spext <ashish@spext.co>
Ankit/add videodb editor
…ython into release-0-4-0
fix: collection upload
Add rt meeting support
- Cast Audio.length to float on init (was stored as raw string from API, matching Video which already did float()) - Add DeprecationWarning to videodb.timeline.Timeline, directing users to videodb.editor.Timeline
Add ISO 639-1 and regional variant examples (e.g., "en", "en_us") to language_code params in video, audio, and collection methods.
AudioAsset now validates volume (0-5) matching VideoAsset behavior. Frame.describe() accepts model_config param for parity with Scene.describe().
Volume validation should be handled at the service level.
Release 0 4 5
This reverts commit b5053e4.
…deodb-python into feat/add-indexing-v2
Add rtstream.understand()/get_understanding()/list_understanding() and the RTStreamUnderstanding object (start/stop/get_records/refresh + outputs source descriptors), mirroring the video v2 understand pattern and the existing RTStreamSceneIndex style. Understanding is independent of scene indexing.
Add RTStream v2 understand SDK methods
rtstream.index(source=understanding.outputs['scene'])/get_index()/list_indexes() and the RTStreamIndex object (start/stop/get_records/refresh), mirroring RTStreamUnderstanding and the video Index pattern.
RTStream v2 index SDK methods
create_alert/list_alerts/enable_alert/disable_alert on RTStreamIndex, mirroring
RTStreamSceneIndex but on the /indexes/{id}/alert routes.
RTStream v2: index alert SDK methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description:
Add agentic stream