You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Changing some phrasing in the attachments-extraction worker, in order
for LLM not to mix it up with attachments extraction during the data
extraction phase.
- Update codeowners.
Issue: https://app.devrev.ai/devrev/works/ISS-210921
Copy file name to clipboardExpand all lines: docs/attachments-extraction.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# Attachments Extraction Worker
1
+
# Attachments Streaming Worker
2
2
3
3
## Overview
4
-
This worker handles the extraction of attachments from an external system and streams them to the Airdrop platform. It's designed to work with the `@devrev/ts-adaas` library and follows the Airdrop platform's event-driven architecture.
4
+
This worker handles the streaming of attachments to the Airdrop platform. It's designed to work with the `@devrev/ts-adaas` library and follows the Airdrop platform's event-driven architecture.
0 commit comments