mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-23 08:56:42 +08:00
14 lines
356 B
Markdown
14 lines
356 B
Markdown
|
|
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 }}
|
||
|
|
|