Added pinecone connectivity check and added relevant logging

This commit is contained in:
Eesa Hamza
2023-04-12 23:29:54 +03:00
parent a850c27dd5
commit 5d871f04e6
2 changed files with 15 additions and 3 deletions

View File

@@ -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)