Skip to main content
Open on GitHub

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.

安装与设置

按照说明操作 如何连接到 TigerGraph 数据库

安装 Python SDK:

pip install pyTigerGraph

图存储

TigerGraph

查看一个 使用示例

from langchain_community.graphs import TigerGraph
API 参考:TigerGraph