Attempt to fix Linter issues

This commit is contained in:
Eesa Hamza
2023-04-12 23:49:32 +03:00
parent 8c51fe8373
commit 76b5b95744
3 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import pinecone
from memory.base import MemoryProviderSingleton, get_ada_embedding
from logger import logger
from colorama import Fore, Style
from colorama import Fore, Style
class PineconeMemory(MemoryProviderSingleton):
def __init__(self, cfg):
@@ -17,7 +17,7 @@ class PineconeMemory(MemoryProviderSingleton):
# this assumes we don't start with memory.
# for now this works.
# we'll need a more complicated and robust system if we want to start with memory.
self.vec_num = 0
self.vec_num = 0
try:
pinecone.whoami()