langchain/libs/community/langchain_community/graph_vectorstores/base.py

8 lines
187 B
Python

from langchain_core.graph_vectorstores.base import (
GraphVectorStore,
GraphVectorStoreRetriever,
Node,
)
__all__ = ["GraphVectorStore", "GraphVectorStoreRetriever", "Node"]