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

quantization_config parameter implemented for Update and Create Colle… #37

Closed hkulekci closed 1 year ago

hkulekci commented 1 year ago

…ction requests

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (96e2dde) 89.10% compared to head (f0edb68) 89.46%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #37 +/- ## ============================================ + Coverage 89.10% 89.46% +0.36% - Complexity 290 308 +18 ============================================ Files 58 62 +4 Lines 936 987 +51 ============================================ + Hits 834 883 +49 - Misses 102 104 +2 ``` | [Flag](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/37/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/37/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) | `89.46% <96.07%> (+0.36%)` | :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/37?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 Δ | | |---|---|---| | [...ls/Request/CollectionConfig/BinaryQuantization.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/37?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-c3JjL01vZGVscy9SZXF1ZXN0L0NvbGxlY3Rpb25Db25maWcvQmluYXJ5UXVhbnRpemF0aW9uLnBocA==) | `100.00% <100.00%> (ø)` | | | [.../Request/CollectionConfig/DisabledQuantization.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/37?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-c3JjL01vZGVscy9SZXF1ZXN0L0NvbGxlY3Rpb25Db25maWcvRGlzYWJsZWRRdWFudGl6YXRpb24ucGhw) | `100.00% <100.00%> (ø)` | | | [...s/Request/CollectionConfig/ProductQuantization.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/37?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-c3JjL01vZGVscy9SZXF1ZXN0L0NvbGxlY3Rpb25Db25maWcvUHJvZHVjdFF1YW50aXphdGlvbi5waHA=) | `100.00% <100.00%> (ø)` | | | [...ls/Request/CollectionConfig/ScalarQuantization.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/37?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-c3JjL01vZGVscy9SZXF1ZXN0L0NvbGxlY3Rpb25Db25maWcvU2NhbGFyUXVhbnRpemF0aW9uLnBocA==) | `100.00% <100.00%> (ø)` | | | [src/Models/Request/CreateCollection.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/37?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.61% <85.71%> (-2.39%)` | :arrow_down: | | [src/Models/Request/UpdateCollection.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/37?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% <85.71%> (+5.76%)` | :arrow_up: |

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