LangChain Memory?

I’m kind of curious as to where does LangChain allocate the memory from? My guess is, it’s on the server where your application is running, but i don’t want to make any assumption. Is there a way to manage and view the size of the memory? Additionally, it appears that memory is transient, how can we persist that memory in the event that the server crash?

hi @Joel_Medois

perhaps earlier LangServe was used

now the database is migrated to LangGraph which handles persistence, memory and other nlp processing features. sharing the link

LangGraph