mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
0fce8ef178
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> |
||
---|---|---|
.. | ||
extraction.ipynb | ||
flare.ipynb | ||
graph_cypher_qa.ipynb | ||
graph_kuzu_qa.ipynb | ||
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 | ||
openai_openapi.yaml | ||
openapi.ipynb | ||
pal.ipynb | ||
qa_citations.ipynb | ||
tagging.ipynb | ||
vector_db_text_generation.ipynb |