mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Docs: Updated knowledge graph-specific APIs (#8927)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -772,7 +772,7 @@ Failure:
|
||||
|
||||
**GET** `/api/v1/datasets/{dataset_id}/knowledge_graph`
|
||||
|
||||
Gets the knowledge graph of a specific datasets.
|
||||
Retrieves the knowledge graph of a specified dataset.
|
||||
|
||||
#### Request
|
||||
|
||||
@ -792,7 +792,7 @@ curl --request GET \
|
||||
##### Request parameters
|
||||
|
||||
- `dataset_id`: (*Path parameter*)
|
||||
The ID of the dataset.
|
||||
The ID of the target dataset.
|
||||
|
||||
#### Response
|
||||
|
||||
@ -851,7 +851,7 @@ Failure:
|
||||
|
||||
**DELETE** `/api/v1/datasets/{dataset_id}/knowledge_graph`
|
||||
|
||||
Deletes the knowledge graph of a specific datasets.
|
||||
Removes the knowledge graph of a specified dataset.
|
||||
|
||||
#### Request
|
||||
|
||||
@ -871,7 +871,7 @@ curl --request DELETE \
|
||||
##### Request parameters
|
||||
|
||||
- `dataset_id`: (*Path parameter*)
|
||||
The ID of the dataset.
|
||||
The ID of the target dataset.
|
||||
|
||||
#### Response
|
||||
|
||||
|
||||
Reference in New Issue
Block a user