TigerGraph는 네이티브 분산형 고성능 그래프 데이터베이스입니다. 정점(vertex)과 간선(edge)의 그래프 형식으로 데이터를 저장하면 풍부한 관계를 표현할 수 있으며, 이는 LLM 응답을 기반으로 하는 데 이상적입니다.

Installation and Setup

TigerGraph 데이터베이스에 연결하는 방법에 대한 지침을 따르세요. Python SDK를 설치합니다:
pip install pyTigerGraph

Graph store

TigerGraph

사용 예제를 참조하세요.
from langchain_community.graphs import TigerGraph

Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.
I