Skip to content

Commit ef236cb

Browse files
committed
feat: update code
1 parent 64383fb commit ef236cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/memos/mem_reader/read_multi_modal/file_content_parser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
from .utils import (
3030
detect_lang,
3131
get_parser,
32-
get_text_splitter,
3332
parse_json_result,
3433
)
3534

@@ -504,7 +503,7 @@ def parse_fine(
504503
memory_type = "LongTermMemory"
505504

506505
# Split parsed text into chunks
507-
content_chunks = self._split_text(parsed_text, is_markdown)
506+
content_chunks = self._split_text(parsed_text)
508507

509508
# Filter out empty chunks and create indexed list
510509
valid_chunks = [

0 commit comments

Comments
 (0)