mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
dacf96895a
The Graph Chains are different in the way that it uses two LLMChains instead of one like the retrievalQA chains. Therefore, sometimes you want to use different LLM to generate the database query and to generate the final answer. This feature would make it more convenient to use different LLMs in the same chain. I have also renamed the Graph DB QA Chain to Neo4j DB QA Chain in the documentation only as it is used only for Neo4j. The naming was ambigious as it was the first graphQA chain added and wasn't sure how do you want to spin it. |
||
---|---|---|
.. | ||
graph_arangodb_qa.ipynb | ||
graph_cypher_qa.ipynb | ||
graph_hugegraph_qa.ipynb | ||
graph_kuzu_qa.ipynb | ||
graph_memgraph_qa.ipynb | ||
graph_nebula_qa.ipynb | ||
graph_qa.ipynb | ||
graph_sparql_qa.ipynb | ||
index.mdx | ||
neptune_cypher_qa.ipynb | ||
tot.ipynb |