rerank(
documents: string | DocumentInterface<Record<string, any>> | Record<"pageContent", string>[],
query: string,
options: Partial<WatsonxInputRerank>
): Promise<__type[]>| Name | Type | Description |
|---|---|---|
documents* | string | DocumentInterface<Record<string, any>> | Record<"pageContent", string>[] | |
query* | string | |
options | Partial<WatsonxInputRerank> |