Feature: Add support for loading docs website (#293)

This commit is contained in:
Deshraj Yadav
2023-07-16 22:22:52 -07:00
committed by GitHub
parent d5e40e1853
commit a548863a09
10 changed files with 173 additions and 86 deletions

View File

@@ -12,8 +12,8 @@ TEXT_SPLITTER_CHUNK_PARAMS = {
}
class CodeDocsPageChunker(BaseChunker):
"""Chunker for code docs page."""
class DocsSiteChunker(BaseChunker):
"""Chunker for code docs site."""
def __init__(self, config: Optional[ChunkerConfig] = None):
if config is None: