delete ap

This commit is contained in:
WangCham
2025-06-26 14:09:26 +08:00
committed by Junyan Qin
parent 4bcc06c955
commit c4671fbf1c

View File

@@ -21,7 +21,6 @@ class RAG_Manager:
self.chunker = None
self.embedder = None
self.retriever = None
self.ap = app.Application
async def initialize_system(self):
await asyncio.to_thread(create_db_and_tables)