langchain/docs/extras/modules
Simon Cheung 81eebc4070
Add HugeGraphQAChain to support gremlin generating chain (#7132)
[Apache HugeGraph](https://github.com/apache/incubator-hugegraph) is a
convenient, efficient, and adaptable graph database, compatible with the
Apache TinkerPop3 framework and the Gremlin query language.

In this PR, the HugeGraph and HugeGraphQAChain provide the same
functionality as the existing integration with Neo4j and enables query
generation and question answering over HugeGraph database. The
difference is that the graph query language supported by HugeGraph is
not cypher but another very popular graph query language
[Gremlin](https://tinkerpop.apache.org/gremlin.html).

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

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-07-04 10:21:21 -06:00
..
agents Improve Bing Search example (#7128) 2023-07-04 09:58:03 -06:00
callbacks Remove Promptlayer Notebook (#6996) 2023-06-30 14:30:24 -07:00
chains Add HugeGraphQAChain to support gremlin generating chain (#7132) 2023-07-04 10:21:21 -06:00
data_connection Minor updates to notebook for MultiQueryRetriever (#7102) 2023-07-03 17:32:50 -07:00
memory Align cassio versions between examples for Cassandra integration (#7099) 2023-07-04 04:21:48 -06:00
model_io Fix GPT4All bug w/ "n_ctx" param (#7093) 2023-07-04 08:53:52 -07:00
paul_graham_essay.txt Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
state_of_the_union.txt Doc refactor (#6300) 2023-06-16 11:52:56 -07:00