You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain/graphs
囧囧 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>
12 months ago
..
__init__.py Add KuzuQAChain (#6454) 12 months ago
kuzu_graph.py Add KuzuQAChain (#6454) 12 months ago
nebula_graph.py Harrison/nebula graph (#5865) 12 months ago
neo4j_graph.py fix neo4j schema query (#6381) 12 months ago
networkx_graph.py changed ValueError to ImportError (#5103) 1 year ago