fix:TypeError: chunking_by_token_size() takes from 1 to 4 positional arguments but 6 were given

This commit is contained in:
Qodicat
2025-04-10 21:11:16 +08:00
parent a401359b1b
commit e7db2be075

View File

@@ -365,8 +365,6 @@ class MiniRAG:
).items()
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,