This commit is contained in:
jyong
2025-05-28 17:56:04 +08:00
parent 5fc2bc58a9
commit 7f59ffe7af
32 changed files with 680 additions and 202 deletions

View File

@ -40,7 +40,7 @@ class GeneralStructureChunk(BaseModel):
General Structure Chunk.
"""
general_chunk: list[str]
general_chunks: list[str]
class ParentChildChunk(BaseModel):