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

fix mistake in co.embed call #3287

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix mistake in co.embed call #3287

wants to merge 2 commits into from

Conversation

amorisot
Copy link

@amorisot amorisot commented Jul 15, 2024

Description

Current param value

input_type="query"

throws an error, the correct value is

input_type="search_query"

Checklist

  • I have read the contribution guidelines.
  • I have coordinated with the docs team (mldocs@microsoft.com) if this PR deletes files or changes any file names or file extensions. [not applicable]
  • Pull request includes test coverage for the included changes. [not applicable]
  • This notebook or file is added to the CODEOWNERS file, pointing to the author or the author's team. [not applicable]

amorisot and others added 2 commits July 15, 2024 13:06
Current param value
```
input_type="query"
```
throws an error, the correct value is
```
input_type="search_query"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant