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

[Feature] Multimodality (Vision and Text Inputs) #3

Merged
merged 34 commits into from
Aug 2, 2024
Merged

Conversation

DhruvSrikanth
Copy link
Member

@DhruvSrikanth DhruvSrikanth commented Jul 9, 2024

[Features]

  • Adds multimodality to the client. This means that users can now query with text, images or even text and images as input to their AI functions. Images can be attached through local paths, public URLs and base64 encodings
  • Add HTTP2 protocol support (enabled by default for more efficient communication)
  • Improve compatibility for earlier versions of Python

[Tests]

  • Adds tests for text, image, and multimodal inputs. Includes tests for synchronous, asynchronous and batched queries

[Docs]

  • Update docs for contributing to the package

@DhruvSrikanth DhruvSrikanth added the enhancement New feature or request label Jul 9, 2024
@DhruvSrikanth DhruvSrikanth self-assigned this Jul 9, 2024
@DhruvSrikanth DhruvSrikanth marked this pull request as ready for review July 9, 2024 17:08
@DhruvSrikanth DhruvSrikanth requested a review from yuxiang-wu July 9, 2024 17:09
@DhruvSrikanth DhruvSrikanth marked this pull request as draft July 9, 2024 17:09
@DhruvSrikanth DhruvSrikanth added the documentation Improvements or additions to documentation label Jul 9, 2024
@DhruvSrikanth DhruvSrikanth marked this pull request as ready for review August 2, 2024 20:16
@DhruvSrikanth DhruvSrikanth removed the request for review from yuxiang-wu August 2, 2024 20:16
@DhruvSrikanth DhruvSrikanth merged commit b4b2e84 into main Aug 2, 2024
4 of 5 checks passed
@DhruvSrikanth DhruvSrikanth deleted the dev branch August 2, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants