Chat history not available in dev version ?
shanumas opened this issue · 3 comments
@shanumas could you explain more? are you trying to access chat history from deployed chat langchain but on your local server? if so, that's not possible since the chats are talking to a postgres database that's part of LangGraph server, so the chats persisted in the deployed version can never show up in a local one
and if you're using this branch https://github.com/langchain-ai/chat-langchain/tree/langserve, it does not support chat history (and we don't have plans to support it there)
@vbarda Sorry. I am asking about the threads history (see image below). I use langserve branch.
I see the histor of my previous threads here: https://chat.langchain.com/ but I do not see it when I
run the langserve branch.