LangChain - RAG Chain Construction
Given the following code snippet in Langchain, what will be the output type of
results?
hybrid_search = HybridSearch(keyword_searcher, semantic_searcher)
results = hybrid_search.search('apple')