Build Knowledge Graph
mirofish_build_graphConstruct a knowledge graph from project documents and ontology using Zep. Returns a task ID for asynchronous progress polling.
Instructions
Build a knowledge graph from a project's documents and ontology using Zep. This is an async operation — returns a task_id to poll with mirofish_get_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force rebuild even if a graph is already building | |
| chunk_size | No | Text chunk size for processing | |
| graph_name | No | Custom name for the graph | |
| project_id | Yes | The project ID (must have ontology generated first) | |
| chunk_overlap | No | Overlap between text chunks |