(feat:attachments) store filenames in worker

This commit is contained in:
ManishMadan2882
2025-06-03 04:02:41 +05:30
parent 9f911cb5cb
commit 7cab5b3b09
2 changed files with 24 additions and 1 deletions

View File

@@ -475,6 +475,7 @@ def attachment_worker(self, file_info, user):
"_id": doc_id,
"user": user,
"path": relative_path,
"filename": filename,
"content": content,
"token_count": token_count,
"mime_type": mime_type,