langchain/docs
Eugene Yurtsev de0b48c41a
docs: Upgrade examples with RunnableWithMessageHistory to langgraph memory (#26855)
This PR updates the documentation examples that used
RunnableWithMessageHistory to show how to achieve the same
implementation with langgraph memory.

Some of the underlying PRs (not all of them):

- docs[patch]: update chatbot tutorial and migration guide (#26780)
- docs[patch]: update chatbot memory how-to (#26790)
- docs[patch]: update chatbot tools how-to (#26816)
- docs: update chat history in rag how-to (#26821)
- docs: update trim messages notebook (#26793)
- docs: clean up imports in how to guide for rag qa with chat history
(#26825)
- docs[patch]: update conversational rag tutorial (#26814)

---------

Co-authored-by: ccurme <chester.curme@gmail.com>
Co-authored-by: Vadym Barda <vadym@langchain.dev>
Co-authored-by: mercyspirit <ziying.qiu@gmail.com>
Co-authored-by: aqiu7 <aqiu7@gatech.edu>
Co-authored-by: John <43506685+Coniferish@users.noreply.github.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
Co-authored-by: Subhrajyoty Roy <subhrajyotyroy@gmail.com>
Co-authored-by: Rajendra Kadam <raj.725@outlook.com>
Co-authored-by: Christophe Bornet <cbornet@hotmail.com>
Co-authored-by: Devin Gaffney <itsme@devingaffney.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
2024-09-27 20:04:30 +00:00
..
api_reference experimental: migrate to external repo (#26879) 2024-09-25 19:02:19 -07:00
cassettes docs: Upgrade examples with RunnableWithMessageHistory to langgraph memory (#26855) 2024-09-27 20:04:30 +00:00
data 👥 Update LangChain people data (#25917) 2024-09-02 11:14:35 -07:00
docs docs: Upgrade examples with RunnableWithMessageHistory to langgraph memory (#26855) 2024-09-27 20:04:30 +00:00
scripts infra[patch]: update notebooks workflow (#26956) 2024-09-27 15:39:14 -04:00
src voyageai: new models (#26907) 2024-09-26 17:07:10 +00:00
static docs: Upgrade examples with RunnableWithMessageHistory to langgraph memory (#26855) 2024-09-27 20:04:30 +00:00
.gitignore infra: cleanup docs build (#21134) 2024-05-01 17:34:05 -07:00
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 2024-03-04 15:14:28 -08:00
babel.config.js Restructure docs (#11620) 2023-10-10 12:55:19 -07:00
docusaurus.config.js docs: upgrade to docusaurus v3 (#26803) 2024-09-24 11:28:13 -07:00
ignore-step.sh multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
Makefile docs: make build less verbose (#26833) 2024-09-24 22:30:05 +00:00
package.json docs: upgrade to docusaurus v3 (#26803) 2024-09-24 11:28:13 -07:00
README.md docs: developer docs (#14776) 2023-12-17 12:55:49 -08:00
sidebars.js docs: Upgrade examples with RunnableWithMessageHistory to langgraph memory (#26855) 2024-09-27 20:04:30 +00:00
vercel_build.sh docs: udpated api reference (#25172) 2024-08-14 07:00:17 -07:00
vercel_requirements.txt docs: add api referencs to langgraph (#26877) 2024-09-26 15:21:10 -04:00
vercel.json docs: v0.3 link redirect (#26632) 2024-09-18 14:28:56 -07:00
yarn.lock docs: upgrade to docusaurus v3 (#26803) 2024-09-24 11:28:13 -07:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide