LightRAG/lightrag/prompts/kg_query_context.md
2025-11-11 21:50:13 +07:00

26 lines
398 B
Markdown

Knowledge Graph Data (Entity):
```json
{entities_str}
```
Knowledge Graph Data (Relationship):
```json
{relations_str}
```
Document Chunks (Each entry has a reference_id refer to the `Reference Document List`):
```json
{text_chunks_str}
```
Reference Document List (Each entry starts with a [reference_id] that corresponds to entries in the Document Chunks):
```
{reference_list_str}
```