Added documentation (#219)
This commit is contained in:
@@ -3,6 +3,7 @@ import hashlib
|
||||
|
||||
class BaseChunker:
|
||||
def __init__(self, text_splitter):
|
||||
''' Initialize the chunker. '''
|
||||
self.text_splitter = text_splitter
|
||||
|
||||
def create_chunks(self, loader, src):
|
||||
|
||||
Reference in New Issue
Block a user