K Nikitha

Results 2 comments of K Nikitha

Problem not solved after restarting runtime. Any other solutions?

> Hi @nikithakriz have you checked this doc from langchain on using session id https://github.com/langchain-ai/langchain/blob/master/docs/docs/integrations/memory/mongodb_chat_message_history.ipynb . chat_history for session_id requires "session_id": > > ``` > chain_with_history = RunnableWithMessageHistory( > chain,...