mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 02:55:29 +08:00
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:
13
rag/prompts/meta_data.md
Normal file
13
rag/prompts/meta_data.md
Normal 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 }}
|
||||
|
||||
Reference in New Issue
Block a user