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

MatchExcept added into the conditions of filter #26

Closed hkulekci closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (1e66236) 86.38% compared to head (9f5f75c) 86.54%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #26 +/- ## ============================================ + Coverage 86.38% 86.54% +0.15% - Complexity 260 262 +2 ============================================ Files 55 56 +1 Lines 889 899 +10 ============================================ + Hits 768 778 +10 Misses 121 121 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `86.54% <100.00%> (+0.15%)` | :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/26?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/Models/Filter/Condition/MatchExcept.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/26?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-c3JjL01vZGVscy9GaWx0ZXIvQ29uZGl0aW9uL01hdGNoRXhjZXB0LnBocA==) | `100.00% <100.00%> (ø)` | |

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