michaelfeil / infinity

Infinity is a high-throughput, low-latency REST API for serving vector embeddings, supporting a wide range of text-embedding models and frameworks.
https://michaelfeil.eu/infinity/
MIT License
977 stars 72 forks source link

refactored more imports #171

Closed michaelfeil closed 3 months ago

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 60.00000% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 73.46%. Comparing base (87f03e7) to head (12b8e10). Report is 2 commits behind head on main.

Files Patch % Lines
...nity_emb/infinity_emb/transformer/utils_optimum.py 64.28% 5 Missing :warning:
...ty_emb/infinity_emb/transformer/embedder/neuron.py 66.66% 1 Missing :warning:
...infinity_emb/transformer/quantization/interface.py 0.00% 1 Missing :warning:
...emb/infinity_emb/transformer/quantization/quant.py 0.00% 1 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #171 +/- ## ========================================== + Coverage 73.23% 73.46% +0.23% ========================================== Files 32 32 Lines 1782 1779 -3 ========================================== + Hits 1305 1307 +2 + Misses 477 472 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.