mirror of
https://github.com/wassname/stampy-chat.git
synced 2026-09-11 12:50:34 +08:00
Renamed class and file
This commit is contained in:
@@ -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,
|
||||
Reference in New Issue
Block a user