Azure / azureml-examples

Official community-driven Azure Machine Learning examples, tested with GitHub Actions.
https://docs.microsoft.com/azure/machine-learning
MIT License
1.76k stars 1.44k forks source link

fix mistake in co.embed call #3287

Open amorisot opened 4 months ago

amorisot commented 4 months ago

Description

Current param value

input_type="query"

throws an error, the correct value is

input_type="search_query"

Checklist