TIL about LangChain's RunnableLike objects
While reading through the langchain_core.runnable.base code, the ability to create Runnable objects out of RunnableLike objects caught my eye. This article is also viewable at https://github.com/WarrenTheRabbit/TIL/. What is LangChain? LangChain is ...
Mar 10, 20245 min read330