docs/how_to/qa_sources/ #27618
Replies: 4 comments 2 replies
-
Would be helpful to know what version of LangChain this tutorial assumes, as many of the approaches have been deprecated over the past year. |
Beta Was this translation helpful? Give feedback.
-
There are too many repetitions of the concepts, they are all scattered all round the documentation. I will suggest you harmonise all the concepts discussed under a more representative sections and headings. For individuals like me that reads the documentation all through for a better insights into the working of the library, y'all have done a very good work but can do better in the area i have indicated above. I honestly don't mind helping with this provided you get what i am saying. Huge thanks to the team. |
Beta Was this translation helpful? Give feedback.
-
Am I missing something or the possibility of streaming the full chain output is not covered here? I see you're streaming the tokens or the entire state updates, but what about streaming the full LCEL chain output in the formatted form? I.e. returning { |
Beta Was this translation helpful? Give feedback.
-
I think it should be |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
docs/how_to/qa_sources/
Often in Q&A applications it's important to show users the sources that were used to generate the answer. The simplest way to do this is for the chain to return the Documents that were retrieved in each generation.
https://python.langchain.com/docs/how_to/qa_sources/
Beta Was this translation helpful? Give feedback.
All reactions