[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
Hi @brunoocasali , I would like to take up this issue.
Thanks for your interest in this project 🔥 You are definitely more than welcome to open a PR for this!
For your information, we prefer not assigning people to our issues because sometimes people ask to be assigned and never come back, which discourages the volunteer contributors from opening a PR to fix this issue. We will accept and merge the first PR that fixes correctly and well implements the issue following our contributing guidelines.
We are looking forward to reviewing your PR 😊
Closing this issue as outdated in favor of #817