You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've checked the current issues, and there's no record of this feature request
Describe the feature
Currently index agent just takes index_type (spoken_words or scene) and uses VideoDB's default parameters to index the given video.
In spoken word index: optional language_code param should be supported.
In scene index: extraction_type, extraction_config, prompt and name params should be supported initially.
Later when we introduce scene collection agent we can enable the scenes param as well.
Additional Context
This index agent can be broken into specific index agents as well.
Pro: This approach removes complexity of params and conditional logic inside a single indexing agent.
Con: This approach results in repetition of the boiler plate across index agents.
The text was updated successfully, but these errors were encountered:
Confirm this is a new feature request
Describe the feature
Currently index agent just takes
index_type
(spoken_words
orscene
) and uses VideoDB's default parameters to index the given video.In spoken word index: optional
language_code
param should be supported.In scene index:
extraction_type
,extraction_config
,prompt
andname
params should be supported initially.Later when we introduce scene collection agent we can enable the
scenes
param as well.Additional Context
This index agent can be broken into specific index agents as well.
Pro: This approach removes complexity of params and conditional logic inside a single indexing agent.
Con: This approach results in repetition of the boiler plate across index agents.
The text was updated successfully, but these errors were encountered: