mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
7 lines
132 B
Python
7 lines
132 B
Python
from langchain_pinecone.vectorstores import Pinecone, PineconeVectorStore
|
|
|
|
__all__ = [
|
|
"PineconeVectorStore",
|
|
"Pinecone",
|
|
]
|