langchain/docs/extras/modules/chains/additional
囧囧 0fce8ef178
Add KuzuQAChain (#6454)
This PR adds `KuzuGraph` and `KuzuQAChain` for interacting with [Kùzu
database](https://github.com/kuzudb/kuzu). Kùzu is an in-process
property graph database management system (GDBMS) built for query speed
and scalability. The `KuzuGraph` and `KuzuQAChain` provide the same
functionality as the existing integration with NebulaGraph and Neo4j and
enables query generation and question answering over Kùzu database.

A notebook example and a simple test case have also been added.

---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
2023-06-20 22:07:00 -07:00
..
extraction.ipynb Harrison/refactor functions (#6408) 2023-06-18 23:13:42 -07:00
flare.ipynb
graph_cypher_qa.ipynb
graph_kuzu_qa.ipynb Add KuzuQAChain (#6454) 2023-06-20 22:07:00 -07:00
graph_nebula_qa.ipynb
graph_qa.ipynb
hyde.ipynb
llm_bash.ipynb
llm_checker.ipynb
llm_math.ipynb
llm_requests.ipynb
llm_summarization_checker.ipynb
openai_functions_retrieval_qa.ipynb fix openai qa chain (#6487) 2023-06-20 10:01:13 -07:00
openai_openapi.yaml
openapi.ipynb
pal.ipynb
qa_citations.ipynb Harrison/refactor functions (#6408) 2023-06-18 23:13:42 -07:00
tagging.ipynb Harrison/refactor functions (#6408) 2023-06-18 23:13:42 -07:00
vector_db_text_generation.ipynb