Skip to content

SearchQuery doesn't have setRetrieveVectors method #816

@tognee

Description

@tognee

Description
The documentation says you can get the vector data from a search call by setting retrieveVectors to true.

https://www.meilisearch.com/docs/reference/api/search#display-vectors-in-response

Expected behavior
Be able to do this

$searchQuery = (new SearchQuery())
    ->setRetrieveVectors(true);

Current behavior
Method setRetrieveVectors doesn't exist

This is similar to my previous issue #809 that has the option missing for getDocument

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions