From 563a84beafad3841fe07005d2631cd6452bdfea7 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Fri, 28 Mar 2025 16:03:37 +0800 Subject: [PATCH] Docs: fix retrieval docs. (#6633) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/references/python_api_reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/references/python_api_reference.md b/docs/references/python_api_reference.md index 11b6307ba..e2971a325 100644 --- a/docs/references/python_api_reference.md +++ b/docs/references/python_api_reference.md @@ -892,11 +892,11 @@ The user query or query keywords. Defaults to `""`. ##### dataset_ids: `list[str]`, *Required* -The IDs of the datasets to search. Defaults to `None`. If you do not set this argument, ensure that you set `document_ids`. +The IDs of the datasets to search. Defaults to `None`. ##### document_ids: `list[str]` -The IDs of the documents to search. Defaults to `None`. You must ensure all selected documents use the same embedding model. Otherwise, an error will occur. If you do not set this argument, ensure that you set `dataset_ids`. +The IDs of the documents to search. Defaults to `None`. You must ensure all selected documents use the same embedding model. Otherwise, an error will occur. ##### page: `int`