From a2efd11ba6ea063147c0730226d4e4db352b1099 Mon Sep 17 00:00:00 2001 From: dxxky <143929171+dxxky@users.noreply.github.com> Date: Wed, 24 Jan 2024 00:42:03 +0800 Subject: [PATCH] Update buffer-memory.mdx Update the ref link for langchain component - Conversation Buffer --- docs/docs/examples/buffer-memory.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/examples/buffer-memory.mdx b/docs/docs/examples/buffer-memory.mdx index d34649991..2b5b76586 100644 --- a/docs/docs/examples/buffer-memory.mdx +++ b/docs/docs/examples/buffer-memory.mdx @@ -21,7 +21,7 @@ import ZoomableImage from "/src/theme/ZoomableImage.js"; -- [`ConversationBufferMemory`](https://python.langchain.com/docs/modules/memory/how_to/buffer) +- [`ConversationBufferMemory`](https://python.langchain.com/docs/modules/memory/types/buffer) - [`ConversationChain`](https://python.langchain.com/docs/modules/chains/) - [`ChatOpenAI`](https://python.langchain.com/docs/modules/model_io/models/chat/integrations/openai)