Replies: 2 comments 6 replies
-
Yes, it is expected that the The default value of the |
Beta Was this translation helpful? Give feedback.
-
If you are using the current version of langchain=0.3.x and |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
Im migrating my code which using LEGACY method: ConversationalRetrievalChain.from_llm to LCEL method (create_history_aware_retriever, create_stuff_documents_chain and create_retrieval_chain)
When I stream the result, I observed that the the condensed_question that being generated also being returned. Is this expected?
System Info
langchain=0.2.10
Beta Was this translation helpful? Give feedback.
All reactions