ArangoDB
ArangoDB is a scalable graph database system to drive value from connected data, faster. Native graphs, an integrated search engine, and JSON support, via a single query language. ArangoDB runs on-prem, in the cloud โ anywhere.
Installation and Setupโ
Install the ArangoDB Python Driver package with
pip install python-arango
Graph QA Chainโ
Connect your ArangoDB
Database with a chat model to get insights on your data.
See the notebook example here.
from arango import ArangoClient
from langchain_community.graphs import ArangoGraph
from langchain.chains import ArangoGraphQAChain
API Reference:ArangoGraph | ArangoGraphQAChain