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 |