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 #1685

Closed
6 tasks done
curquiza opened this issue Jul 29, 2024 · 1 comment · Fixed by #1692
Closed
6 tasks done

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

curquiza opened this issue Jul 29, 2024 · 1 comment · Fixed by #1692
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Meilisearch bump Changes related to the Meilisearch bump version

Comments

@curquiza
Copy link
Member

curquiza commented Jul 29, 2024

Related to meilisearch/integration-guides#302

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

⚠️ Make PRs pointing to bump-meilisearch-v1.10.0 and NOT main. Please do 1 PR for all of these changes, and not several.

@curquiza curquiza added enhancement New feature or request good first issue Good for newcomers Meilisearch bump Changes related to the Meilisearch bump version labels Jul 29, 2024
@mdubus mdubus self-assigned this Aug 19, 2024
@flevi29 flevi29 linked a pull request Aug 19, 2024 that will close this issue
3 tasks
@curquiza
Copy link
Member Author

Closed by #1692

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 Meilisearch bump Changes related to the Meilisearch bump version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants