Fix: parent-children chunking method. (#11997)

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Kevin Hu
2025-12-17 16:50:36 +08:00
committed by GitHub
parent 7baa67dfe8
commit 8e4d011b15
10 changed files with 160 additions and 57 deletions

13
rag/prompts/meta_data.md Normal file
View File

@ -0,0 +1,13 @@
Extract important structured information from the given content.
Output ONLY a valid JSON string with no additional text.
If no important structured information is found, output an empty JSON object: {}.
Important structured information structure as following:
{{ schema }}
---------------------------
The given content as following:
{{ content }}