Update website to web page
This commit renames the website loader, chunker to web page, as it is loading and chunking a single url than the complete website.
This commit is contained in:
@@ -5,7 +5,7 @@ from bs4 import BeautifulSoup
|
||||
from embedchain.utils import clean_string
|
||||
|
||||
|
||||
class WebsiteLoader:
|
||||
class WebPageLoader:
|
||||
|
||||
def load_data(self, url):
|
||||
response = requests.get(url)
|
||||
Reference in New Issue
Block a user