Train Neo4j Knowledge Graph From Text (Async Task)
lyzr_kg_ext_train_text_task_neo4jIngest text into a Neo4j knowledge graph asynchronously. Specify source, RAG ID, and optional schema to train the graph with new knowledge.
Instructions
Ingest text into the Neo4j knowledge graph as an async task (namespaced endpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text content to ingest | |
| rag_id | Yes | The ID of the RAG system to train | |
| source | Yes | Source label for the ingested text | |
| extra_info | No | Extra metadata to attach to the ingested text | |
| extra_fields | No | Any additional fields merged into the request body | |
| schema_prompt | No | Allowed nodes and relationships for the knowledge graph |