Skip to content

Commit

Permalink
Desc loader
Browse files Browse the repository at this point in the history
  • Loading branch information
pabik committed Oct 12, 2023
1 parent 50f07f9 commit 2cfb416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/parser/remote/crawler_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class CrawlerLoader(BaseRemote):
def __init__(self, limit=10):
from langchain.document_loaders import WebBaseLoader
self.loader = WebBaseLoader
#No pages scraped limit, set None for no limit
self.limit = limit

def load_data(self, url):
Expand Down

0 comments on commit 2cfb416

Please sign in to comment.