mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-15 15:00:58 +00:00
delete ap
This commit is contained in:
@@ -21,7 +21,6 @@ class RAG_Manager:
|
|||||||
self.chunker = None
|
self.chunker = None
|
||||||
self.embedder = None
|
self.embedder = None
|
||||||
self.retriever = None
|
self.retriever = None
|
||||||
self.ap = app.Application
|
|
||||||
|
|
||||||
async def initialize_system(self):
|
async def initialize_system(self):
|
||||||
await asyncio.to_thread(create_db_and_tables)
|
await asyncio.to_thread(create_db_and_tables)
|
||||||
|
|||||||
Reference in New Issue
Block a user