mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-14 00:47:27 +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,
|
||||
pattern=self.link_regex,
|
||||
prevent_outside=self.prevent_outside,
|
||||
exclude_prefixes=self.exclude_dirs,
|
||||
)
|
||||
|
||||
# Recursively call the function to get the children of the children
|
||||
|
Loading…
Reference in New Issue
Block a user