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
976 stars 72 forks source link

expand: EngineArgs #124

Closed michaelfeil closed 4 months ago

michaelfeil commented 4 months ago

122

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 85.72%. Comparing base (6116df7) to head (7ddc1f5). Report is 1 commits behind head on main.

Files Patch % Lines
...nity_emb/infinity_emb/transformer/utils_optimum.py 50.00% 4 Missing :warning:
...emb/infinity_emb/transformer/embedder/fastembed.py 70.00% 3 Missing :warning:
libs/infinity_emb/infinity_emb/args.py 85.71% 1 Missing :warning:
libs/infinity_emb/infinity_emb/engine.py 50.00% 1 Missing :warning:
...y_emb/infinity_emb/transformer/classifier/torch.py 83.33% 1 Missing :warning:
...y_emb/transformer/embedder/sentence_transformer.py 88.88% 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 #124 +/- ## ========================================== - Coverage 85.78% 85.72% -0.06% ========================================== Files 28 28 Lines 1301 1324 +23 ========================================== + Hits 1116 1135 +19 - Misses 185 189 +4 ```

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