mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-01 13:33:48 +08:00
docs(api): use dataset_id in retrieval example (#17662)
### What problem does this PR solve? Fixes #17623 by updating the retrieval API response example to use `dataset_id`, matching the actual `POST /api/v1/retrieval` response field and the implementation mapping from internal `kb_id`. Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
@@ -2926,7 +2926,7 @@ Success:
|
||||
""
|
||||
],
|
||||
"tag_kwd": [],
|
||||
"kb_id": "c7ee74067a2c11efb21c0242ac120006",
|
||||
"dataset_id": "c7ee74067a2c11efb21c0242ac120006",
|
||||
"positions": [
|
||||
""
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user