mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-22 19:08:40 +00:00
logging
This commit is contained in:
parent
50a49eff15
commit
7a32cde5ff
@ -7,6 +7,9 @@ from typing import Any, Callable, Iterable, List, Optional
|
||||
from langchain.docstore.document import Document
|
||||
from langchain.embeddings.base import Embeddings
|
||||
from langchain.vectorstores.base import VectorStore
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Pinecone(VectorStore):
|
||||
|
Loading…
Reference in New Issue
Block a user