Files
langchain/docs
Tomaz Bratanic 76a193decc community[patch]: Add function response to graph cypher qa chain (#22690)
LLMs struggle with Graph RAG, because it's different from vector RAG in
a way that you don't provide the whole context, only the answer and the
LLM has to believe. However, that doesn't really work a lot of the time.
However, if you wrap the context as function response the accuracy is
much better.

btw... `union[LLMChain, Runnable]` is linting fun, that's why so many
ignores
2024-06-10 13:52:17 -07:00
..
2024-06-01 07:36:45 -07:00
2024-06-06 16:51:02 -07:00

LangChain Documentation

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