Renamed class and file

This commit is contained in:
henri123lemoine
2023-06-27 02:39:49 -04:00
parent 17ca839d54
commit 473b5ed945
@@ -4,13 +4,13 @@ import json
import pinecone
import os
from .settings import PINECONE_INDEX_NAME, PINECONE_VALUES_DIMS, PINECONE_METRIC, PINECONE_METADATA_ENTRIES
import logging
logger = logging.getLogger(__name__)
from .settings import PINECONE_INDEX_NAME, PINECONE_VALUES_DIMS, PINECONE_METRIC, PINECONE_METADATA_ENTRIES
class PineconeHandler:
class PineconeDB:
def __init__(
self,
create_index: bool = False,