From 971a68d04fe84c25c586c73a3eb559762c5af3a6 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 22 Jan 2024 07:42:31 -0800 Subject: [PATCH] Docs: Update README.md in core (#16329) Docs: Update README.md in core --- libs/core/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/core/README.md b/libs/core/README.md index e110c443df..7de5b5a7f1 100644 --- a/libs/core/README.md +++ b/libs/core/README.md @@ -35,6 +35,8 @@ You can use LangChain Core objects in two ways: 2. **declarative**, with LangChain Expression Language (LCEL) +3. or a mix of both! eg. one of the steps in your LCEL sequence can be a custom function + | Feature | Imperative | Declarative | | --------- | ------------------------------- | -------------- | | Syntax | All of Python | LCEL |