New packDenseVector helper function #1499
The packDenseVector function can be used to pack dense vectors for efficient bulk ingesting.
Example usage:
use Elastic\Elasticsearch\Helper\Vectors;
$params = ['body' => []];
// ...
$params['body'][] = ['index' => ['_index' => $index]];
$params['body'][] = [
'doc...