mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
exclude dirs in async recursive loading (#11077)
This commit is contained in:
parent
21199cc7b4
commit
7ee8b2d1bf
@ -233,6 +233,7 @@ class RecursiveUrlLoader(BaseLoader):
|
|||||||
base_url=self.url,
|
base_url=self.url,
|
||||||
pattern=self.link_regex,
|
pattern=self.link_regex,
|
||||||
prevent_outside=self.prevent_outside,
|
prevent_outside=self.prevent_outside,
|
||||||
|
exclude_prefixes=self.exclude_dirs,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Recursively call the function to get the children of the children
|
# Recursively call the function to get the children of the children
|
||||||
|
Loading…
Reference in New Issue
Block a user