Merge the results of the retrievers.
merge_documents(
self,
query: str,
run_manager: CallbackManagerForRetrieverRun
) -> list[Document]| Name | Type | Description |
|---|---|---|
query* | str | The query to search for. |
run_manager* | CallbackManagerForRetrieverRun | The callback handler to use. |