File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
hivemind_etl/simple_ingestion Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212
1313@workflow .defn
14- class IngestionWorkflow :
14+ class VectorIngestionWorkflow :
1515 """A Temporal workflow for processing document ingestion requests.
1616
1717 This workflow handles the orchestration of document processing activities,
Original file line number Diff line number Diff line change 2020 WebsiteIngestionSchedulerWorkflow ,
2121 MediaWikiETLWorkflow ,
2222 PlatformSummariesWorkflow ,
23- IngestionWorkflow ,
23+ VectorIngestionWorkflow ,
2424 RealTimeSummaryWorkflow ,
2525)
2626
2929 WebsiteIngestionSchedulerWorkflow ,
3030 MediaWikiETLWorkflow ,
3131 PlatformSummariesWorkflow ,
32- IngestionWorkflow ,
32+ VectorIngestionWorkflow ,
3333 RealTimeSummaryWorkflow ,
3434]
3535
Original file line number Diff line number Diff line change 1111 MediaWikiETLWorkflow ,
1212)
1313from hivemind_etl .simple_ingestion .pipeline import (
14- IngestionWorkflow ,
14+ VectorIngestionWorkflow ,
1515)
1616from hivemind_summarizer .summarizer_workflow import PlatformSummariesWorkflow
1717from hivemind_summarizer .real_time_summary_workflow import RealTimeSummaryWorkflow
You can’t perform that action at this time.
0 commit comments