TIL about LangChain's RunnableLike objects
Mar 10, 2024 · 5 min read · 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 ...
Join discussion
