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

query parameters added to endpoints. started throwing exception when … #12

Closed hkulekci closed 1 year ago

hkulekci commented 1 year ago

…the response not successfull. phpunit xml file migrated to new version. You need to initialize collections with client and collection name.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 86.25% and project coverage change: +0.37 :tada:

Comparison is base (1c7979c) 82.29% compared to head (95b0adb) 82.66%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ============================================ + Coverage 82.29% 82.66% +0.37% - Complexity 219 228 +9 ============================================ Files 51 52 +1 Lines 768 802 +34 ============================================ + Hits 632 663 +31 - Misses 136 139 +3 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `82.66% <86.25%> (+0.37%)` | :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/12?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/Collections/Snapshots.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/12?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-c3JjL0VuZHBvaW50cy9Db2xsZWN0aW9ucy9TbmFwc2hvdHMucGhw) | `0.00% <0.00%> (ø)` | | | [src/Exception/ServerException.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/12?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-c3JjL0V4Y2VwdGlvbi9TZXJ2ZXJFeGNlcHRpb24ucGhw) | `0.00% <0.00%> (ø)` | | | [src/Endpoints/Service.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/12?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==) | `75.00% <50.00%> (ø)` | | | [src/Response.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/12?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==) | `58.82% <85.71%> (-1.18%)` | :arrow_down: | | [src/Endpoints/AbstractEndpoint.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/12?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-c3JjL0VuZHBvaW50cy9BYnN0cmFjdEVuZHBvaW50LnBocA==) | `86.95% <100.00%> (+2.74%)` | :arrow_up: | | [src/Endpoints/Cluster.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/12?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-c3JjL0VuZHBvaW50cy9DbHVzdGVyLnBocA==) | `100.00% <100.00%> (ø)` | | | [src/Endpoints/Collections.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/12?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-c3JjL0VuZHBvaW50cy9Db2xsZWN0aW9ucy5waHA=) | `100.00% <100.00%> (ø)` | | | [src/Endpoints/Collections/Aliases.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/12?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-c3JjL0VuZHBvaW50cy9Db2xsZWN0aW9ucy9BbGlhc2VzLnBocA==) | `100.00% <100.00%> (ø)` | | | [src/Endpoints/Collections/Cluster.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/12?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-c3JjL0VuZHBvaW50cy9Db2xsZWN0aW9ucy9DbHVzdGVyLnBocA==) | `100.00% <100.00%> (ø)` | | | [src/Endpoints/Collections/Index.php](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/12?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-c3JjL0VuZHBvaW50cy9Db2xsZWN0aW9ucy9JbmRleC5waHA=) | `100.00% <100.00%> (ø)` | | | ... and [5 more](https://app.codecov.io/gh/hkulekci/qdrant-php/pull/12?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Haydar+K%C3%9CLEKC%C4%B0) | |

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