cognee/cognee/infrastructure/databases/vector/pinecone/adapter.py
2025-01-05 19:48:35 +01:00

8 lines
271 B
Python

# class PineconeVectorDB(VectorDB):
# def __init__(self, *args, **kwargs):
# super().__init__(*args, **kwargs)
# self.init_pinecone(self.index_name)
#
# def init_pinecone(self, index_name):
# # Pinecone initialization logic
# pass