Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indexing parameters support #51

Open
1 task done
ashish-spext opened this issue Nov 5, 2024 · 0 comments
Open
1 task done

Indexing parameters support #51

ashish-spext opened this issue Nov 5, 2024 · 0 comments
Assignees
Labels
agent backend enhancement New feature or request

Comments

@ashish-spext
Copy link
Contributor

Confirm this is a new feature request

  • 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.

@ashish-spext ashish-spext changed the title IndexAgent: Indexing parameters support Indexing parameters support Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants