Skip to content

Commit 04b9197

Browse files
committed
fix: filter links
1 parent 9fe7265 commit 04b9197

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scrapegraphai/graphs/search_link_graph.py

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ def _create_graph(self) -> BaseGraph:
7777
output=["parsed_doc"],
7878
node_config={
7979
"chunk_size": self.model_token,
80+
"filter_links": True,
81+
"filter_config": self.config.get("filter_config", {}),
8082
},
8183
)
8284

0 commit comments

Comments
 (0)