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

update client #407

Merged
merged 1 commit into from
Oct 8, 2024
Merged

update client #407

merged 1 commit into from
Oct 8, 2024

Conversation

michaelfeil
Copy link
Owner

This pull request includes several changes to the libs/client_infinity/infinity_client/infinity_client/api/default/embeddings.py, embeddings_audio.py, and embeddings_image.py files. The primary changes involve updating the terminology from "infinity_extra_modality" to "modality" and aligning the documentation with the OpenAI Embeddings API.

Terminology Update:

Documentation Alignment:

  • Updated the documentation to indicate alignment with the OpenAI Embeddings API. (embeddings.py) [1] [2] [3] [4]

Deprecation Notice:

  • Added a deprecation notice for legacy functions, indicating that the AudioEmbeddingInput and ImageEmbeddingInput should no longer be updated. (embeddings_audio.py, embeddings_image.py) [1] [2] [3] [4] [5] [6] [7]

These changes ensure consistency in terminology and improve the clarity of the documentation, aligning it with the OpenAI Embeddings API.

@michaelfeil michaelfeil merged commit 2528349 into main Oct 8, 2024
31 of 36 checks passed
@michaelfeil michaelfeil deleted the client-update branch October 8, 2024 06:53
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.73%. Comparing base (9ab1059) to head (85adaee).
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #407   +/-   ##
=======================================
  Coverage   78.73%   78.73%           
=======================================
  Files          39       39           
  Lines        3015     3015           
=======================================
  Hits         2374     2374           
  Misses        641      641           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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