The community member is experiencing an error with the pipeline.run of extractors, specifically the error "object list can't be used in 'await' expression". They have provided the code for a custom extractor and the setup of their pipeline. One community member suggests changing the custom extractor to use the async keyword, which the original poster confirms fixes the issue.
The community member then has another question about the node metainfo output, stating that they cannot extract keywords and summary with the Hugging Face models. They ask if they are missing anything, tagging another user, Logan M.
Sorry, I have another question. The node metainfo output of the above code is in the image. It cannot extract keywords and summary with huggingface model. Is there anything I missing? @Logan M