Docs: Update README.md in core (#16329)

Docs: Update README.md in core
This commit is contained in:
Nuno Campos 2024-01-22 07:42:31 -08:00 committed by GitHub
parent f9be877ed7
commit 971a68d04f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 |