Removing stale split_by_character reference
It appears split_by_character was accidentally re-introduced with latest merge. Getting the error about 6 things being passed despite the function requiring 4.
This commit is contained in:
@@ -484,8 +484,6 @@ class MiniRAG:
|
||||
}
|
||||
for dp in self.chunking_func(
|
||||
status_doc.content,
|
||||
split_by_character,
|
||||
split_by_character_only,
|
||||
self.chunk_overlap_token_size,
|
||||
self.chunk_token_size,
|
||||
self.tiktoken_model_name,
|
||||
|
||||
Reference in New Issue
Block a user