mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-09 21:19:20 +08:00
fix: filter links
This commit is contained in:
parent
9fe7265d38
commit
04b91972e8
@ -77,6 +77,8 @@ class SearchLinkGraph(AbstractGraph):
|
|||||||
output=["parsed_doc"],
|
output=["parsed_doc"],
|
||||||
node_config={
|
node_config={
|
||||||
"chunk_size": self.model_token,
|
"chunk_size": self.model_token,
|
||||||
|
"filter_links": True,
|
||||||
|
"filter_config": self.config.get("filter_config", {}),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user