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:
Wade Rosko
2025-04-14 14:02:24 -06:00
committed by GitHub
parent 5f677cc579
commit 3e25932e2f

View File

@@ -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,