Skip to content

Commit 17c5714

Browse files
docs: add MySQLChatMessageHistory to readme (#33)
* docs: add MySQLChatMessageHistory to readme * docs: fix error --------- Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent b747c13 commit 17c5714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ See the full [Document Loader][loader] tutorial.
5353

5454
## Chat Message History Usage
5555

56-
Use `ChatMessageHistory` to store messages and provide conversation history to LLMs.
56+
Use [ChatMessageHistory](https://python.langchain.com/docs/modules/memory/chat_messages/) to store messages and provide conversation history to LLMs.
5757

5858
```python
5959
from langchain_google_cloud_sql_mysql import MySQLChatMessageHistory, MySQLEngine

0 commit comments

Comments
 (0)