We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 982e9b8 + cc55296 commit 3291e26Copy full SHA for 3291e26
2 files changed
backend/app/modules/langgraph_nodes/fact_check.py
@@ -1,3 +1,4 @@
1
+
2
from app.utils.fact_check_utils import run_fact_check_pipeline
3
4
backend/app/modules/pipeline.py
@@ -2,6 +2,7 @@
from app.modules.scraper.cleaner import clean_extracted_text
from app.modules.scraper.keywords import extract_keywords
from app.modules.langgraph_builder import build_langgraph
5
6
import json
7
8
# Compile once when module loads
0 commit comments