mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-21 00:22:45 +00:00
up
This commit is contained in:
parent
dce86f5b99
commit
3a573d9122
1 changed files with 3 additions and 1 deletions
|
|
@ -85,5 +85,7 @@ class DefaultFileParser(BaseFileParser):
|
|||
break
|
||||
start += step
|
||||
|
||||
return FileNode(path=rel_path, st_mtime=stat.st_mtime, front_matter=front_matter,
|
||||
return FileNode(path=rel_path,
|
||||
st_mtime=stat.st_mtime,
|
||||
front_matter=front_matter,
|
||||
chunk_ids=[c.id for c in chunks]), chunks
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue