docs/how_to/qa_chat_history_how_to/ #27352
Replies: 5 comments 2 replies
-
Hello, is this guide outdated? I cant seem to get it to work, noted the following import should be below
|
Beta Was this translation helpful? Give feedback.
-
Hello, how are you? I don’t know if you can help me, since I have already completed the entire RAG and I also manage memory with LangGraph. The problem is that I don't know how to stream the response, as that is not covered in this guide. |
Beta Was this translation helpful? Give feedback.
-
How does the create_history_aware_retriever handle long conversation history? Is there some sort of trimming that takes place by default? Is it possible to implement custom trimming of the message history? |
Beta Was this translation helpful? Give feedback.
-
Hi All, I am getting below error when I call app.invoke(). The error is thrown from pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for typing.Union[str, list[str]]. Set |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
docs/how_to/qa_chat_history_how_to/
This guide previously used the RunnableWithMessageHistory abstraction. You can access this version of the documentation in the v0.2 docs.
https://python.langchain.com/docs/how_to/qa_chat_history_how_to/
Beta Was this translation helpful? Give feedback.
All reactions