mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
fix link of callbacks on modules page (#6323)
Since [Callbacks](https://python.langchain.com/docs/modules/callbacks/getting_started/) on [Modules](https://python.langchain.com/docs/modules/) went to a "Page Not Found".
This commit is contained in:
parent
2b3b4e0f60
commit
4fc7939848
@ -16,5 +16,5 @@ Construct sequences of calls
|
|||||||
Let chains choose which tools to use given high-level directives
|
Let chains choose which tools to use given high-level directives
|
||||||
#### [Memory](/docs/modules/memory/)
|
#### [Memory](/docs/modules/memory/)
|
||||||
Persist application state between runs of a chain
|
Persist application state between runs of a chain
|
||||||
#### [Callbacks](/docs/modules/callbacks/getting_started/)
|
#### [Callbacks](/docs/modules/callbacks/)
|
||||||
Log and stream intermediate steps of any chain
|
Log and stream intermediate steps of any chain
|
Loading…
Reference in New Issue
Block a user