mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 14:18:52 +00:00
parent
f9be877ed7
commit
971a68d04f
@ -35,6 +35,8 @@ You can use LangChain Core objects in two ways:
|
|||||||
|
|
||||||
2. **declarative**, with LangChain Expression Language (LCEL)
|
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 |
|
| Feature | Imperative | Declarative |
|
||||||
| --------- | ------------------------------- | -------------- |
|
| --------- | ------------------------------- | -------------- |
|
||||||
| Syntax | All of Python | LCEL |
|
| Syntax | All of Python | LCEL |
|
||||||
|
Loading…
Reference in New Issue
Block a user