langchain/docs/extras/use_cases
Tomaz Bratanic dacf96895a
Add the option to use separate LLMs for GraphCypherQA chain (#9689)
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.
2023-08-24 11:50:38 -07:00
..
agent_simulations Fix a dead loop bug caused by assigning two variables with opposite values. (#9447) 2023-08-18 10:12:53 -04:00
agents Fix a dead loop bug caused by assigning two variables with opposite values. (#9447) 2023-08-18 10:12:53 -04:00
autonomous_agents Move graph use case to "more" section (#8997) 2023-08-14 17:20:38 -07:00
more Add the option to use separate LLMs for GraphCypherQA chain (#9689) 2023-08-24 11:50:38 -07:00
multi_modal Move graph use case to "more" section (#8997) 2023-08-14 17:20:38 -07:00
question_answering Bagatur/deeplake docs fixes (#9275) 2023-08-15 15:56:36 -07:00
apis.ipynb Fix typo in apis.ipynb (#9490) 2023-08-19 09:26:08 -04:00
chatbots.ipynb chatbots use case - fix broken collab URL (#9491) 2023-08-19 14:53:54 -07:00
code_understanding.ipynb Add Code LLaMA to code QA use case (#9713) 2023-08-24 11:03:35 -07:00
extraction.ipynb Fix colab link for extraction ntbk (#8878) 2023-08-07 11:36:46 -07:00
sql.ipynb SQL use case docs (#8513) 2023-08-08 03:30:18 -07:00
summarization.ipynb Minor formatting and additional figure for summarization use case (#8663) 2023-08-02 21:52:29 -07:00
tagging.ipynb tagging docs refactor (#8722) 2023-08-11 08:06:07 -07:00
web_scraping.ipynb Minor formatting on Web Research Use Case (#9221) 2023-08-14 16:29:36 -07:00