Open Devasy23 opened 1 month ago
Can tou assign this issue to me @NikhilJ2005|Contributor GSSOC'24 Extended
Hi @NikhilJ2005, Thank you for your interest. This issue is connected to previous issues #39 and #40, so I recommend collaborating with @navsrijan, who is currently working on #39. Additionally, I suggest waiting for the upcoming issue regarding LLM crew-ai, as you have experience with that technology. We will be raising that issue very soon. Thank you.
okay thanks
Description:
This task involves building a complete asynchronous task pipeline for processing articles. Each article should be processed sequentially through multiple stages: fetching the content, summarizing, applying sentiment analysis, and extracting keywords. The processing should be independent for each article but should allow concurrent processing of multiple articles. Additionally, handle failure at any step by logging the error without stopping the whole pipeline.
Changes:
Example Dummy Code: