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

Recommender endpoint #816

Merged
merged 21 commits into from
Apr 23, 2024
Merged

Recommender endpoint #816

merged 21 commits into from
Apr 23, 2024

Conversation

farshidz
Copy link
Collaborator

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Implement /recommend API

  • What is the current behavior? (You can also link to an open issue here)
    NA

  • What is the new behavior (if this is a feature change)?
    The recommender endpoint receives a list of existing document IDs as input, and returns "recommendations" as results. The implementation interpolates vectors extracted from all documents, then performs a standard Marqo search with a single interpolated vector.

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No

  • Have unit tests been run against this PR? (Has there also been any additional testing?)

  • Related Python client changes (link commit/PR here)

  • Related documentation changes (link commit/PR here)

  • Other information:

  • Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)

@farshidz farshidz temporarily deployed to marqo-test-suite April 22, 2024 07:02 — with GitHub Actions Inactive
@farshidz farshidz marked this pull request as ready for review April 22, 2024 14:44
@farshidz farshidz temporarily deployed to marqo-test-suite April 22, 2024 14:45 — with GitHub Actions Inactive
@farshidz farshidz temporarily deployed to marqo-test-suite April 23, 2024 01:19 — with GitHub Actions Inactive
@wanliAlex wanliAlex self-requested a review April 23, 2024 03:25
@farshidz farshidz temporarily deployed to marqo-test-suite April 23, 2024 05:28 — with GitHub Actions Inactive
@farshidz farshidz temporarily deployed to marqo-test-suite April 23, 2024 06:09 — with GitHub Actions Inactive
wanliAlex
wanliAlex previously approved these changes Apr 23, 2024
@farshidz farshidz merged commit d2b96af into mainline Apr 23, 2024
8 of 9 checks passed
@farshidz farshidz deleted the farshid/recommender-endpoint branch April 23, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants