The community member is asking if there is a way to parse nodes from documents using a GPU, as generating embeddings is fast but node parsing is a bottleneck. A comment from another community member suggests that node parsing is a sequential process and not using a GPU, but they mention that adding multiprocessing in batches of documents could be a potential solution.