Merge pull request #71 from wrosko/wrosko/fix_chunking_by_token_size
Removing stale split_by_character reference
This commit is contained in:
@@ -484,8 +484,6 @@ class MiniRAG:
|
|||||||
}
|
}
|
||||||
for dp in self.chunking_func(
|
for dp in self.chunking_func(
|
||||||
status_doc.content,
|
status_doc.content,
|
||||||
split_by_character,
|
|
||||||
split_by_character_only,
|
|
||||||
self.chunk_overlap_token_size,
|
self.chunk_overlap_token_size,
|
||||||
self.chunk_token_size,
|
self.chunk_token_size,
|
||||||
self.tiktoken_model_name,
|
self.tiktoken_model_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user