[v1.11.0] Apply changes (breaking or not) about AI-powered search #1714
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:
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
.Changes:
embedders
setting to enable binary quantization and speed up indexing speed.huggingFace
,openAi
,rest
orollama
, thendocumentTemplateMaxBytes
is now available as an optional parameter. This parameter describes the number of bytes in which the rendered document template text should fit when trying to embed a document. Longer texts are truncated to fit.TODO
binaryQuantized
to in theembedders
settings (refer to usage page)documentTemplateMaxBytes
parameter can be used withhuggingFace
,openAi
,rest
orollama
modelsbump-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: