load_abhi_chunks
Load specific chunks from an .abhi file to inspect parts of a knowledge graph using chunk IDs, saved queries, or ad hoc text.
Instructions
Load only selected or query-relevant chunks from an .abhi file for partial graph inspection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | No | Optional saved query id used to select chunks. | |
| chunk_ids | No | Optional explicit chunk ids to load. | |
| input_path | Yes | Path to the .abhi file to inspect. | |
| query_text | No | Optional ad hoc query text used to select chunks. |