[v1.9] Hybrid search changes #1675
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Meilisearch bump
Changes related to the Meilisearch bump version
Related to meilisearch/integration-guides#301
Explanation of the feature
_vectors
no longer returned in documents (by default). UseretrieveVectors
during the search to see it._vectors
field in documents: in the_vectors
field,text
can be an object and acceptembeddings
andregenerate
fieldsembeddings
is an array of embeddings, astext
can beregenerate
is a booleanUsage: https://meilisearch.notion.site/v1-9-AI-search-changes-e90d6803eca8417aa70a1ac5d0225697
TODO
_vectors
is not a mandatory fieldretrieveVectors
in the POST and GET search_vectors
field,text
can also be an object and acceptembeddings
andregenerate
fieldsembeddings
is an array of embeddings, astext
can beregenerate
is a booleanbump-meilisearch-v1.9.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: