Bläddra i källkod

Docs: fix retrieval docs. (#6633)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
tags/v0.18.0
Kevin Hu 7 månader sedan
förälder
incheckning
563a84beaf
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      docs/references/python_api_reference.md

+ 2
- 2
docs/references/python_api_reference.md Visa fil



##### dataset_ids: `list[str]`, *Required* ##### 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]` ##### 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` ##### page: `int`



Laddar…
Avbryt
Spara