Skip to content

Conversation

jackwotherspoon
Copy link
Contributor

Adding MySQLChatMessageHistory class which allows functionality of a memory store.

Follows pattern of other chat message history integrations: https://github.com/langchain-ai/langchain/tree/master/libs/community/langchain_community/chat_message_histories

@jackwotherspoon jackwotherspoon self-assigned this Jan 30, 2024
@jackwotherspoon jackwotherspoon requested a review from a team as a code owner January 30, 2024 19:55

@pytest.fixture(name="memory_engine")
def setup() -> Generator:
engine = MySQLEngine.from_instance(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation should have notes on how to set up authentication

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you mean "documentation" as in a docstring explaining setup or are you talking about wider documentation around how to run integrations tests and the setup pre-reqs? Will be adding a testing section to CONTRIBUTING.md in a future PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants