feat: add notion-corpus-loader - HLDP原生格式解析器 v1.0

This commit is contained in:
bingshuo 2026-05-23 13:52:48 +08:00
parent a45f15b033
commit 6fefe416a5

View File

@ -0,0 +1,9 @@
# 光湖Notion原生格式解析器 · HoloLake Notion Native Format Loader
# HLDP://tools/notion-corpus-loader/v1.0
from .loader import NotionCorpusLoader
from .hldp_parser import HLDPParser
from .structure import StructuredCorpusItem, CorpusCollection
__version__ = "1.0.0"
__author__ = "铸渊 · ICE-GL-ZY001"