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:
@@ -10,7 +10,7 @@ TEXT_SPLITTER_CHUNK_PARAMS = {
|
||||
}
|
||||
|
||||
|
||||
class WebsiteChunker(BaseChunker):
|
||||
class WebPageChunker(BaseChunker):
|
||||
def __init__(self):
|
||||
text_splitter = RecursiveCharacterTextSplitter(**TEXT_SPLITTER_CHUNK_PARAMS)
|
||||
super().__init__(text_splitter)
|
||||
Reference in New Issue
Block a user