mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
de0b48c41a
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> |
||
---|---|---|
.. | ||
api_reference | ||
cassettes | ||
data | ||
docs | ||
scripts | ||
src | ||
static | ||
.gitignore | ||
.yarnrc.yml | ||
babel.config.js | ||
docusaurus.config.js | ||
ignore-step.sh | ||
Makefile | ||
package.json | ||
README.md | ||
sidebars.js | ||
vercel_build.sh | ||
vercel_requirements.txt | ||
vercel.json | ||
yarn.lock |
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide