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

optimizersConfig fixes #38

Closed hkulekci closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e7f47b0) 89.46% compared to head (58a6deb) 90.67%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #38 +/- ## ============================================ + Coverage 89.46% 90.67% +1.21% - Complexity 308 315 +7 ============================================ Files 62 62 Lines 987 1008 +21 ============================================ + Hits 883 914 +31 + Misses 104 94 -10 ``` | [Flag](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/38/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/38/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0) | `90.67% <100.00%> (+1.21%)` | :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. | [Files](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/38?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 Δ | | |---|---|---| | [.../Request/CollectionConfig/OptimizersConfigDiff.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/38?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-c3JjL01vZGVscy9SZXF1ZXN0L0NvbGxlY3Rpb25Db25maWcvT3B0aW1pemVyc0NvbmZpZ0RpZmYucGhw) | `100.00% <100.00%> (ø)` | | | [src/Models/Request/CreateCollection.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/38?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-c3JjL01vZGVscy9SZXF1ZXN0L0NyZWF0ZUNvbGxlY3Rpb24ucGhw) | `97.77% <100.00%> (+0.15%)` | :arrow_up: | | [src/Models/Request/UpdateCollection.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/38?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-c3JjL01vZGVscy9SZXF1ZXN0L1VwZGF0ZUNvbGxlY3Rpb24ucGhw) | `75.00% <100.00%> (ø)` | |

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