Skip to main content
POST
Train Neo4J Task

Authorizations

x-api-key
string
header
required

Query Parameters

rag_id
string
required

The unique identifier (ID) of the RAG system to train (e.g., a 24-character hex string).

Example:

"654c602a46c3b6d4e28741b0"

Body

multipart/form-data
file
file

The file to process for Neo4j knowledge graph training.

schema_prompt
string | null

Allowed nodes and relationships for the knowledge graph.

extra_info
string | null

Additional information (e.g., as a JSON string).

Response

Successful Response (Training task started).

The response is of type string.

Example:

"Task successfully started."