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

[Bug]: TwelveLabs search task validation error #9196

Closed
ZoranPandovski opened this issue May 10, 2024 · 0 comments
Closed

[Bug]: TwelveLabs search task validation error #9196

ZoranPandovski opened this issue May 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ZoranPandovski
Copy link
Member

ZoranPandovski commented May 10, 2024

Currently, the search task throws a validation error related to the query column by following the docs example.

CREATE MODEL mindsdb.demo_day_model
PREDICT result
USING
  engine = 'twelve_labs_eng2',
  task = "search",
  index_name = 'index_new',
  index_options = ['visual', 'conversation'],
  video_files = ['/home/zoran/Downloads/demo-day.mp4'],
  search_options = ['visual', 'conversation'],
  query_column = 'query'

The error: ValidationError: 1 validation error for TwelveLabsHandlerModel __root__ Unexpected parameter 'query_column'

We need to check if only the docs examples should be updated.

@ZoranPandovski ZoranPandovski added the bug Something isn't working label May 10, 2024
@ZoranPandovski ZoranPandovski self-assigned this May 10, 2024
@ZoranPandovski ZoranPandovski mentioned this issue May 10, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant