Skip to content

Commit 3291e26

Browse files
committed
Merge branch 'main' into rendering-data
resolving merge conflicts
2 parents 982e9b8 + cc55296 commit 3291e26

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

backend/app/modules/langgraph_nodes/fact_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
from app.utils.fact_check_utils import run_fact_check_pipeline
23

34

backend/app/modules/pipeline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from app.modules.scraper.cleaner import clean_extracted_text
33
from app.modules.scraper.keywords import extract_keywords
44
from app.modules.langgraph_builder import build_langgraph
5+
56
import json
67

78
# Compile once when module loads

0 commit comments

Comments
 (0)