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.github.io/infinity/
MIT License
1.06k stars 75 forks source link

pydantic upgrade #100

Closed michaelfeil closed 5 months ago

michaelfeil commented 5 months ago
codecov-commenter commented 5 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (13458f7) 86.25% compared to head (b858f32) 86.18%.

Files Patch % Lines
...inity_emb/infinity_emb/fastapi_schemas/pymodels.py 72.72% 3 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 #100 +/- ## ========================================== - Coverage 86.25% 86.18% -0.08% ========================================== Files 27 27 Lines 1266 1274 +8 ========================================== + Hits 1092 1098 +6 - Misses 174 176 +2 ```

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

michaelfeil commented 5 months ago

Should be compatible now with https://github.com/langchain-ai/langchain/pull/17671