-
Notifications
You must be signed in to change notification settings - Fork 0
08 Workflows
Raja Jeevan Kumar Maduri edited this page Aug 4, 2026
·
1 revision
- Input file ingested via
DocumentParser(backend/services/ingestion/document_parser.py). - Parsed text converted into ASST tree by
ASSTEngine(backend/services/document_service/asst_engine.py). - Chunks indexed in Qdrant; entity nodes/edges merged into Neo4j graph.
- Editor change triggers
LivingDocsImpactAnalyzer(backend/services/document_service/impact_analyzer.py). - Downstream impacted entities identified via Neo4j Cypher traversals.
- Side-by-side diff recommendations generated for human Steward review.
- Celery background task (
celery_app.py) updates search indexes upon approval.