mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 23:12:38 +00:00
@@ -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 |
|
||||||
|
Reference in New Issue
Block a user