mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-11 09:14:19 +01:00
Update pinecone.py
Fix blank lines.
This commit is contained in:
@@ -5,6 +5,7 @@ from autogpt.logs import logger
|
||||
from autogpt.memory.base import MemoryProviderSingleton
|
||||
from autogpt.llm_utils import create_embedding_with_ada
|
||||
|
||||
|
||||
class PineconeMemory(MemoryProviderSingleton):
|
||||
def __init__(self, cfg):
|
||||
pinecone_api_key = cfg.pinecone_api_key
|
||||
|
||||
Reference in New Issue
Block a user