langchain icon indicating copy to clipboard operation
langchain copied to clipboard

langchain: default to Runnable in MultiQueryRetriever

Open ccurme opened this issue 9 months ago • 1 comments

  • llm_chain becomes Union[LLMChain, Runnable]
  • .from_llm creates a runnable

tested by verifying that docs/how_to/MultiQueryRetriever.ipynb runs unchanged with sync/async invoke (and that it runs if we specifically instantiate with LLMChain).

ccurme avatar May 16 '24 16:05 ccurme

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 3:16pm

vercel[bot] avatar May 16 '24 16:05 vercel[bot]