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