We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf58c73 commit 983bacdCopy full SHA for 983bacd
1 file changed
lightrag/lightrag.py
@@ -548,7 +548,7 @@ async def initialize_storages(self):
548
await asyncio.gather(*tasks)
549
550
self._storages_status = StoragesStatus.INITIALIZED
551
- logger.debug("Initialized Storages")
+ logger.debug("All storage types initialized")
552
553
async def finalize_storages(self):
554
"""Asynchronously finalize the storages"""
0 commit comments