hkulekci / qdrant-php

Qdrant is a vector similarity engine & vector database. It deploys as an API service providing search for the nearest high-dimensional vectors. With Qdrant, embeddings or neural network encoders can be turned into full-fledged applications for matching, searching, recommending, and much more!
MIT License
93 stars 21 forks source link

response class parser changed for metrics endpoint which returns text… #27

Closed hkulekci closed 1 year ago

hkulekci commented 1 year ago

… response instead of json #10

closes #10

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.50 :tada:

Comparison is base (2668cdb) 86.98% compared to head (25ea987) 87.48%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #27 +/- ## ============================================ + Coverage 86.98% 87.48% +0.50% - Complexity 262 263 +1 ============================================ Files 56 56 Lines 899 903 +4 ============================================ + Hits 782 790 +8 + Misses 117 113 -4 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `87.48% <100.00%> (+0.50%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0) | Coverage Δ | | |---|---|---| | [src/Endpoints/Service.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0#diff-c3JjL0VuZHBvaW50cy9TZXJ2aWNlLnBocA==) | `100.00% <100.00%> (+25.00%)` | :arrow_up: | | [src/Response.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0#diff-c3JjL1Jlc3BvbnNlLnBocA==) | `66.66% <100.00%> (+7.84%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.