Skip to main content

TigerGraph

TigerGraph is a natively distributed and high-performance graph database. The storage of data in a graph format of vertices and edges leads to rich relationships, ideal for grouding LLM responses.

Installation and Setup​

Follow instructions how to connect to the TigerGraph database.

Install the Python SDK:

pip install pyTigerGraph

Graph store​

TigerGraph​

See a usage example.

from langchain_community.graphs import TigerGraph

API Reference:


Help us out by providing feedback on this documentation page: