Skip to content

Commit ea1c763

Browse files
authored
Update search term (#5923)
1 parent 58442e9 commit ea1c763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core_docs/docs/concepts.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ and is an integral part of LangServe.
104104
As your chains get more and more complex, it becomes increasingly important to understand what exactly is happening at every step.
105105
With LCEL, **all** steps are automatically logged to [LangSmith](https://docs.smith.langchain.com) for maximum observability and debuggability.
106106

107-
### Interface
107+
### Runnable interface {#interface}
108108

109-
<span data-heading-keywords="invoke"></span>
109+
<span data-heading-keywords="invoke,runnable"></span>
110110

111-
To make it as easy as possible to create custom chains, we've implemented a ["Runnable"](https://v02.api.js.langchain.com/classes/langchain_core_runnables.Runnable.html) protocol.
111+
To make it as easy as possible to create custom chains, we've implemented a ["Runnable"](https://api.js.langchain.com/classes/langchain_core_runnables.Runnable.html) protocol.
112112
Many LangChain components implement the `Runnable` protocol, including chat models, LLMs, output parsers, retrievers, prompt templates, and more. There are also several useful primitives for working with runnables, which you can read about below.
113113

114114
This is a standard interface, which makes it easy to define custom chains as well as invoke them in a standard way.

0 commit comments

Comments
 (0)