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

Add multimodal model support #931

Merged
merged 165 commits into from
Sep 9, 2024
Merged

Conversation

RaynorChavez
Copy link
Member

@RaynorChavez RaynorChavez commented Aug 12, 2024

  • 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)
    We can only index images and text

  • What is the new behavior (if this is a feature change)?
    Implementing support video-audio-image-text models for indexing and search.

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

  • Related Python client changes (link commit/PR here)
    Multimodal model support py-marqo#249

  • Related documentation changes (link commit/PR here)
    https://github.com/marqo-ai/marqodocs/pull/304

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

… as image, identify random as being treated as image
src/marqo/tensor_search/add_docs.py Outdated Show resolved Hide resolved
src/marqo/s2_inference/multimodal_utils.py Outdated Show resolved Hide resolved
src/marqo/core/models/marqo_index.py Show resolved Hide resolved
src/marqo/tensor_search/models/add_docs_objects.py Outdated Show resolved Hide resolved
src/marqo/tensor_search/add_docs.py Show resolved Hide resolved
src/marqo/tensor_search/add_docs.py Outdated Show resolved Hide resolved
@RaynorChavez RaynorChavez merged commit 54908b1 into mainline Sep 9, 2024
3 checks passed
@RaynorChavez RaynorChavez deleted the raynor/multimodal_models branch September 9, 2024 12:15
adityabharadwaj198 pushed a commit to adityabharadwaj198/marqo that referenced this pull request Oct 10, 2024
Implements support for video-audio-image-text models for indexing and search. Currently only languagebind is supported
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.

4 participants