重排,多路查询
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 35m37s

This commit is contained in:
2026-04-20 01:10:18 +08:00
parent 933d418d77
commit 3c906e91d9
21 changed files with 728 additions and 635 deletions

View File

@@ -23,7 +23,7 @@ Offline RAG Indexer module.
>>> await builder.build_from_file("document.pdf")
"""
from .IndexBuilder import IndexBuilder, IndexBuilderConfig, DocstoreConfig
from .index_builder import IndexBuilder, IndexBuilderConfig, DocstoreConfig
from .loaders import DocumentLoader
from .splitters import SplitterType, get_splitter
@@ -39,7 +39,7 @@ __version__ = "2.0.0"
__all__ = [
# 核心构建器与配置
"IndexBuilder",
"index_builder",
"IndexBuilderConfig",
"DocstoreConfig",