feat: support retrieveVectors in getDocument - #920
Open
tcferreira wants to merge 1 commit into
Open
Annotations
10 errors and 1 warning
|
Run types tests with PHPStan:
src/Contracts/Task.php#L206
Parameter #1 $data of static method Meilisearch\Contracts\TaskDetails\DumpCreationDetails::fromArray() expects array{dumpUid: non-empty-string|null}, non-empty-array<mixed> given.
|
|
Run types tests with PHPStan:
src/Contracts/Task.php#L205
Parameter #1 $data of static method Meilisearch\Contracts\TaskDetails\SettingsUpdateDetails::fromArray() expects array{dictionary?: list<string>, displayedAttributes?: list<string>, distinctAttribute?: string, embedders?: non-empty-array<non-empty-string, array{apiKey?: string, binaryQuantized?: bool, dimensions?: int, distribution?: array{mean: float, sigma: float}, documentTemplate?: string, documentTemplateMaxBytes?: int, indexingEmbedder?: array{model: string, source: string}, model?: string, ...}>, faceting?: array{maxValuesPerFacet: int<0, max>, sortFacetValuesBy: array<string, 'alpha'|'count'>}|null, facetSearch?: bool, filterableAttributes?: list<array{attributePatterns: list<string>, features: array{facetSearch: bool, filter: array{equality: bool, comparison: bool}}}|string>|null, localizedAttributes?: list<array{locales: list<non-empty-string>, attributePatterns: list<string>}>, ...}, non-empty-array<mixed> given.
|
|
Run types tests with PHPStan:
src/Contracts/Task.php#L204
Parameter #1 $data of static method Meilisearch\Contracts\TaskDetails\DocumentEditionDetails::fromArray() expects array{context: array<non-empty-string, bool|float|int|string|null>, deletedDocuments: int<0, max>|null, editedDocuments: int<0, max>|null, function: string|null, originalFilter: string|null}, non-empty-array<mixed> given.
|
|
Run types tests with PHPStan:
src/Contracts/Task.php#L203
Parameter #1 $data of static method Meilisearch\Contracts\TaskDetails\DocumentDeletionDetails::fromArray() expects array{providedIds?: int<0, max>, originalFilter?: string|null, deletedDocuments?: int<0, max>|null}, non-empty-array<mixed> given.
|
|
Run types tests with PHPStan:
src/Contracts/Task.php#L202
Parameter #1 $data of static method Meilisearch\Contracts\TaskDetails\DocumentAdditionOrUpdateDetails::fromArray() expects array{receivedDocuments: int<0, max>, indexedDocuments: int<0, max>|null}, non-empty-array<mixed> given.
|
|
Run types tests with PHPStan:
src/Contracts/Task.php#L201
Parameter #1 $data of static method Meilisearch\Contracts\TaskDetails\IndexSwapDetails::fromArray() expects array{swaps: array<array{indexes: mixed, rename: bool}>}, non-empty-array<mixed> given.
|
|
Run types tests with PHPStan:
src/Contracts/Task.php#L200
Parameter #1 $data of static method Meilisearch\Contracts\TaskDetails\IndexDeletionDetails::fromArray() expects array{deletedDocuments: int<0, max>|null}, non-empty-array<mixed> given.
|
|
Run types tests with PHPStan:
src/Contracts/Task.php#L199
Parameter #1 $data of static method Meilisearch\Contracts\TaskDetails\IndexUpdateDetails::fromArray() expects array{primaryKey: non-empty-string|null}, non-empty-array<mixed> given.
|
|
Run types tests with PHPStan:
src/Contracts/Task.php#L198
Parameter #1 $data of static method Meilisearch\Contracts\TaskDetails\IndexCreationDetails::fromArray() expects array{primaryKey: non-empty-string|null}, non-empty-array<mixed> given.
|
|
Run types tests with PHPStan:
src/Contracts/Stats.php#L65
Parameter #1 $data of static method Meilisearch\Contracts\IndexStats::fromArray() expects array{numberOfDocuments: int<0, max>, rawDocumentDbSize: int<0, max>, avgDocumentSize: int<0, max>, isIndexing: bool, numberOfEmbeddings: int<0, max>, numberOfEmbeddedDocuments: int<0, max>, fieldDistribution: array<non-empty-string, int<0, max>>}, array given.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading