mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-21 22:24:30 +01:00
Added pinecone connectivity check and added relevant logging
This commit is contained in:
@@ -54,7 +54,7 @@ class RedisMemory(MemoryProviderSingleton):
|
||||
logger.typewriter_log("FAILED TO CONNECT TO REDIS", Fore.RED, Style.BRIGHT + str(e) + Style.RESET_ALL)
|
||||
logger.typewriter_log("DOUBLE CHECK CONFIGURATION",
|
||||
Fore.YELLOW,
|
||||
"Please ensure you have setup and configured redis properly for use. " +
|
||||
"Please ensure you have setup and configured Redis properly for use. " +
|
||||
f"You can check out {Fore.CYAN + Style.BRIGHT}https://github.com/Torantulino/Auto-GPT#redis-setup{Style.RESET_ALL} to ensure you've set up everything correctly.")
|
||||
exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user