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