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.A big example of the
TigerGraph
and LangChain
integration presented here.
Installation and Setup
Follow instructions how to connect to theTigerGraph
database.
Install the Python SDK:
Example
To utilize theTigerGraph InquiryAI
functionality, you can import TigerGraph
from langchain_community.graphs
.