Skip to content

Tags: eltociear/marqo

Tags

2.12.2

Toggle 2.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix a bug that causes the embedding regression (marqo-ai#994)

Co-authored-by: Li Wan <[email protected]>

2.12.1

Toggle 2.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change LanguageBind/Audio_FT supported modalities list (marqo-ai#974)

2.12.0

Toggle 2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.11.3, 2.11.4, and 2.12 release notes (marqo-ai#969)

Co-authored-by: Joshua <[email protected]>

2.11.4

Toggle 2.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version.py (marqo-ai#953)

2.11.3

Toggle 2.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support S3 custom model without explicit credentials (marqo-ai#948)

2.11.2

Toggle 2.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix embed not using cuda as default device when available 2.11 (marqo…

…-ai#941)

What is the current behavior? (You can also link to an open issue here)
when device is unset in the embed request, even though cuda is available, default device of embed is cpu. Other functionalities such as search, add docs are unaffected (defaults to cuda when available)

What is the new behavior (if this is a feature change)?
default device in embed will be cuda when it is avialable

2.10.2

Toggle 2.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix embed not using cuda as default device when available 2.10 (marqo…

…-ai#942)

What is the current behavior? (You can also link to an open issue here)
when device is unset in the embed request, even though cuda is available, default device of embed is cpu. Other functionalities such as search, add docs are unaffected (defaults to cuda when available)

What is the new behavior (if this is a feature change)?
default device in embed will be cuda when it is avialable

2.11.1

Toggle 2.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a default User-Agent header when downloading images using pycurl (m…

…arqo-ai#932)

* Add a default 'User-Agent: Marqobot/1.0' header to all request to download images
* Follow redirections when downloading images

2.11.0

Toggle 2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add backwards compatibility for unstructured tensor search (marqo-ai#928

)

2.10.1

Toggle 2.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update hybrid error message (marqo-ai#900)