File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
shiksha-ingestion/pipeline_steps Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1010from .step_5_subtopic_chapter_level_los_extraction import (
1111 SubtopicChapterLOsExtractionStep ,
1212)
13+ from .knowledge_graph import (
14+ ExtractChapterEntitiesStep ,
15+ ExtractEntityContentStep ,
16+ ExtractEntityRelationshipsStep ,
17+ ConstructKnowledgeGraphStep ,
18+ )
1319from .step_6_subtopic_extraction_rule_based_cleaning import SubtopicCleaningStep
1420from .step_7_subtopic_wise_lo_extraction import SubtopicWiseLOExtractionStep
1521from .step_8_create_indexes import CreateIndexStep
2430 # "TextExtractionOLMOcrStep",
2531 "TextCleaningStep" ,
2632 "SubtopicChapterLOsExtractionStep" ,
33+ "ExtractChapterEntitiesStep" ,
34+ "ExtractEntityContentStep" ,
35+ "ExtractEntityRelationshipsStep" ,
36+ "ConstructKnowledgeGraphStep" ,
2737 "SubtopicCleaningStep" ,
2838 "SubtopicWiseLOExtractionStep" ,
2939 "CreateIndexStep" ,
You can’t perform that action at this time.
0 commit comments