# 全部迁移过去 from pkg.entity.persistence.rag import ( create_db_and_tables, SessionLocal, Base, engine, KnowledgeBase, File, Chunk, Vector, ) __all__ = [ "create_db_and_tables", "SessionLocal", "Base", "engine", "KnowledgeBase", "File", "Chunk", "Vector", ]