Merge branch 'main' into refactor/llm-handler

This commit is contained in:
Siddhant Rai
2025-06-11 19:27:33 +05:30
committed by GitHub
23 changed files with 429 additions and 193 deletions

View File

@@ -477,6 +477,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,