There was an error while loading. Please reload this page.
1 parent b747c13 commit 17c5714Copy full SHA for 17c5714
README.md
@@ -53,7 +53,7 @@ See the full [Document Loader][loader] tutorial.
53
54
## Chat Message History Usage
55
56
-Use `ChatMessageHistory` to store messages and provide conversation history to LLMs.
+Use [ChatMessageHistory](https://python.langchain.com/docs/modules/memory/chat_messages/) to store messages and provide conversation history to LLMs.
57
58
```python
59
from langchain_google_cloud_sql_mysql import MySQLChatMessageHistory, MySQLEngine
0 commit comments