protected override IEnumerable<NeuralVectorFlow> DoGetNext(IndexSet indexes) { return indexes.AsParallel().Select(idx => GetVectors(idx)); }