FOconversation_summary = ConversationChain( llm=llm, memory=ConversationBufferWindowMemory(k=10, return_messages=True), prompt=prompt_template, verbose=True ) update this line, it resolved my issue.Reply·Article·Dec 29, 2023·Building an Interactive Chatbot with Langchain, ChatGPT, Pinecone, and Streamlit
FOPradip Nichite ValueError: variable history should be a list of base messages. Can you please help with it?Comment·Article·Dec 29, 2023·Building an Interactive Chatbot with Langchain, ChatGPT, Pinecone, and Streamlit
FOI got same error, working on it, if i find a solution share with you :)Reply·Article·Dec 28, 2023·Building an Interactive Chatbot with Langchain, ChatGPT, Pinecone, and Streamlit