We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe7265 commit 04b9197Copy full SHA for 04b9197
scrapegraphai/graphs/search_link_graph.py
@@ -77,6 +77,8 @@ def _create_graph(self) -> BaseGraph:
77
output=["parsed_doc"],
78
node_config={
79
"chunk_size": self.model_token,
80
+ "filter_links": True,
81
+ "filter_config": self.config.get("filter_config", {}),
82
},
83
)
84
0 commit comments