mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 07:26:16 +00:00
Sphinxbio nls/add plate chain template (#12502)
Co-authored-by: Nicholas Larus-Stone <7347808+nlarusstone@users.noreply.github.com> Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
from typing import List, Optional
|
||||
|
||||
from langchain.graphs.graph_document import (
|
||||
Node as BaseNode,
|
||||
)
|
||||
from langchain.graphs.graph_document import (
|
||||
Relationship as BaseRelationship,
|
||||
)
|
||||
from langchain.graphs.graph_document import Node as BaseNode
|
||||
from langchain.graphs.graph_document import Relationship as BaseRelationship
|
||||
from langchain.pydantic_v1 import BaseModel, Field
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user