ForcePilot/backend/package/yuxi/knowledge/graphs/__init__.py
Wenjie Zhang e3c5f41c7c refactor: 知识库重新设计
- 默认的知识库类型新增图谱抽取能力
- 移除 LightRAG 以及原有的知识图谱支持
- 移除所有兼容性的代码
2026-05-26 17:39:12 +08:00

3 lines
86 B
Python

from .milvus_graph_service import MilvusGraphService
__all__ = ["MilvusGraphService"]