meilisearch-rust
meilisearch-rust copied to clipboard
[v1.10.0] AI-powered search changes
Following this central issue
Explanation of the feature
- Rest embedder
- Removed parameters:
query,inputField,inputType,pathToEmbeddingsandembeddingObject. - Replaced by
requestandresponse - New parameter:
headers
- Removed parameters:
- Add
urlparameter to the OpenAI embedder dimensionsis now available as an optional parameter forollamaembedders.
Usage: https://meilisearch.notion.site/v1-10-AI-search-changes-737c9d7d010d4dd685582bf5dab579e2?pvs=74
TODO
- [ ] Rest embedder
- [ ] Remove the following parameters:
query,inputField,inputType,pathToEmbeddingsandembeddingObject. - [ ] Add the new parameters
request,responseandheaders(cf usage for more information)
- [ ] Remove the following parameters:
- [ ] Add
urlparameter to the OpenAI embedder - [ ] Add
dimensionsfor Ollama embedders. - [ ] Update the tests accordingly
- https://github.com/meilisearch/meilisearch-rust/pull/554
Removals and request and response are done.
Totally overlooked the headers-additon.
Will add that now
Hi guys, I'm closing this issue as outdated in favor of #646