LangChain - Conversational RAG
Identify the error in this LangChain code snippet for question reformulation:
memory = ConversationBufferMemory
chain = ConversationChain(llm=llm, memory=memory())
chain.run("What is LangChain?")