10 lines
255 B
Python
10 lines
255 B
Python
"""
|
|
Knowledge graph utilities for the AI Analysis Service.
|
|
|
|
This package provides the Neo4j client and high-level helpers used to
|
|
persist and query analysis results in a graph representation.
|
|
"""
|
|
|
|
from .neo4j_client import Neo4jGraphClient # noqa: F401
|
|
|