langchain.js
Preparing search index...
@langchain/community
graphs/document
GraphDocument
Class GraphDocument
Hierarchy (
View Summary
)
BaseDynamicToolInput
GraphDocument
Index
Constructors
constructor
Properties
lc_
namespace
nodes
relationships
source
Constructors
constructor
new
GraphDocument
(
__namedParameters
:
{
nodes
:
Node
[]
;
relationships
:
Relationship
[]
;
source
:
Document
;
}
,
)
:
GraphDocument
Parameters
__namedParameters
:
{
nodes
:
Node
[]
;
relationships
:
Relationship
[]
;
source
:
Document
}
Returns
GraphDocument
Properties
lc_
namespace
lc_namespace
:
string
[]
= ...
nodes
nodes
:
Node
[]
relationships
relationships
:
Relationship
[]
source
source
:
Document
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
lc_
namespace
nodes
relationships
source
langchain.js
Loading...