amerge_documents(
self,
query: str,
run_manager: AsyncCallbackManagerForRetrieverRun
) -> list[Document| Name | Type | Description |
|---|---|---|
query* | str | |
run_manager* | AsyncCallbackManagerForRetrieverRun |
Asynchronously merge the results of the retrievers.
The query to search for.
The callback handler to use.