LangChain - Conversational RAG
What is the issue with this code snippet when trying to add a user message to chat history?
from langchain.memory import ConversationBufferMemory
memory = ConversationBufferMemory()
memory.add_user_message('Hello')