refactor: implemented state machine for ingestion pipeline, improved performance

changelog

additional moving around

moved files around a bit
This commit is contained in:
Per Stark
2025-10-19 16:08:46 +02:00
parent 83d39afad4
commit 07b3e1a0e8
20 changed files with 1762 additions and 802 deletions
+2
View File
@@ -31,5 +31,7 @@ lopdf = "0.32"
common = { path = "../common" }
composite-retrieval = { path = "../composite-retrieval" }
async-trait = { workspace = true }
state-machines = { workspace = true }
[features]
docker = []