[v1.11.0] Fix AI-powered search feature following breaking changes #578
Labels
good first issue
Good for newcomers
Meilisearch bump
Changes related to the Meilisearch bump version
Related to meilisearch/integration-guides#303
Explanation of the feature
Usage: https://meilisearch.notion.site/v1-11-AI-search-changes-0e37727193884a70999f254fa953ce6e?pvs=74
Breaking:
hybrid.embedder
is now a mandatory parameter inGET and POST /indexes/{:indexUid}/search
hybrid
even for full-vector search (with onlyvector
and notq
)embedder
is now a mandatory parameter inGET and POST /indexes/{:indexUid}/similar
semanticRatio
whenvector
is passed but notq
: a semantic search will be performed.text-embedding-3-small
instead oftext-embedding-ada-002
.TODO
bump-meilisearch-v1.11.0
and NOTmain
. Please do 1 PR for all of these changes, and not several.The text was updated successfully, but these errors were encountered: