From a152d5b0da6aa28f55f01a8039fb5854fbf22b91 Mon Sep 17 00:00:00 2001 From: buua436 Date: Thu, 13 Nov 2025 11:09:25 +0800 Subject: [PATCH] doc update --- docs/references/http_api_reference.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/references/http_api_reference.md b/docs/references/http_api_reference.md index dfe08b610..481614d13 100644 --- a/docs/references/http_api_reference.md +++ b/docs/references/http_api_reference.md @@ -974,11 +974,11 @@ Failure: --- -### Create knowledge graph +### Construct knowledge graph **POST** `/api/v1/datasets/{dataset_id}/run_graphrag` -Creates the knowledge graph of a specified dataset. +Constructs a knowledge graph from a specified dataset. #### Request @@ -1024,11 +1024,11 @@ Failure: --- -### Get knowledge graph creation status +### Get knowledge graph construction status **GET** `/api/v1/datasets/{dataset_id}/trace_graphrag` -Retrieves the status of the knowledge graph creation task of a specified dataset. +Retrieves the knowledge graph construction status for a specified dataset. #### Request @@ -1089,11 +1089,11 @@ Failure: --- -### Create raptor +### Construct RAPTOR **POST** `/api/v1/datasets/{dataset_id}/run_raptor` -Creates the raptor of a specified dataset. +Construct a RAPTOR from a specified dataset. #### Request @@ -1139,11 +1139,11 @@ Failure: --- -### Get raptor creation status +### Get RAPTOR construction status **GET** `/api/v1/datasets/{dataset_id}/trace_raptor` -Retrieves the status of the raptor creation task of a specified dataset. +Retrieves the RAPTOR construction status for a specified dataset. #### Request