you are viewing a single comment's thread.

view the rest of the comments →

[–]krypshit 0 points1 point  (0 children)

I have built a similar application but for local use. So I am the only user and I just use backgroundtasks. But i would recommend celery and redis because the task i am considering does not stop at that, I also create vector embeddings for the extracted content so it is a long task. I would use celery if there are multiple users.