LangChain - RAG Chain Construction
You wrote this code but get an error:
hybrid_search = HybridSearch(keyword_searcher semantic_searcher)
results = hybrid_search.search('banana') What is the error and how to fix it?