Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.10.0] AI-powered search changes #771

Open
6 tasks
brunoocasali opened this issue Aug 27, 2024 · 2 comments
Open
6 tasks

[v1.10.0] AI-powered search changes #771

brunoocasali opened this issue Aug 27, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@brunoocasali
Copy link
Member

Following this central issue

Explanation of the feature

  • Rest embedder
    • Removed parameters: query, inputField, inputType, pathToEmbeddings and embeddingObject.
    • Replaced by request and response
    • New parameter: headers
  • Add url parameter to the OpenAI embedder
  • dimensions is now available as an optional parameter for ollama embedders.

Usage: https://meilisearch.notion.site/v1-10-AI-search-changes-737c9d7d010d4dd685582bf5dab579e2?pvs=74

TODO

  • Rest embedder
    • Remove the following parameters: query, inputField, inputType, pathToEmbeddings and embeddingObject.
    • Add the new parameters request, response and headers (cf usage for more information)
  • Add url parameter to the OpenAI embedder
  • Add dimensions for Ollama embedders.
  • Update the tests accordingly
@brunoocasali brunoocasali added enhancement New feature or request good first issue Good for newcomers labels Aug 27, 2024
@krut2001
Copy link

Hi @brunoocasali , I would like to take up this issue.

@curquiza
Copy link
Member

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 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants