langchain-ai/chat-langchain

Chat history not available in dev version ?

shanumas opened this issue · 3 comments

Hi all,
I see that the deployed version has chat history to the left side:

But why the same is not available in the dev version that I foked out and ran locally ?

image

@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.

image

@shanumas got it. thread history is not available on langserve branch and we don't have plans to support it there