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

Embed API endpoint #803

Merged
merged 13 commits into from
Apr 23, 2024
Merged

Embed API endpoint #803

merged 13 commits into from
Apr 23, 2024

Conversation

vicilliar
Copy link
Contributor

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Feature

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

  • What is the new behavior (if this is a feature change)?
    Embed endpoint created to directly retrieve vectorised content (API format similar to search).
    content can be a single item (str or dict of weights) or a list of items.

  • 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?)
    In progress

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

  • Related documentation changes (link commit/PR here)
    In progress

  • 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)

src/marqo/api/models/embed_request.py Outdated Show resolved Hide resolved
src/marqo/api/models/embed_request.py Outdated Show resolved Hide resolved
src/marqo/api/models/embed_request.py Outdated Show resolved Hide resolved
src/marqo/api/models/embed_request.py Outdated Show resolved Hide resolved
src/marqo/api/models/embed_request.py Outdated Show resolved Hide resolved
src/marqo/core/embed/embed.py Outdated Show resolved Hide resolved
src/marqo/tensor_search/api.py Outdated Show resolved Hide resolved
src/marqo/tensor_search/enums.py Outdated Show resolved Hide resolved
tests/tensor_search/integ_tests/test_embed.py Show resolved Hide resolved
tests/tensor_search/integ_tests/test_embed.py Outdated Show resolved Hide resolved
@farshidz farshidz merged commit 932465f into mainline Apr 23, 2024
9 checks passed
@farshidz farshidz deleted the joshua/embed-endpoint branch April 23, 2024 07:44
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.

2 participants