v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/community
graphs/document
Relationship
Class Relationship
Hierarchy (
view full
)
Serializable
Relationship
Index
Constructors
constructor
Properties
properties
source
target
type
Methods
toJSON
toJSONNot
Implemented
Constructors
constructor
new
Relationship
(
__namedParameters
)
:
Relationship
Parameters
__namedParameters
:
{
properties
?:
Record
<
string
,
any
>
;
source
:
Node
;
target
:
Node
;
type
:
string
;
}
Optional
properties
?:
Record
<
string
,
any
>
source
:
Node
target
:
Node
type
:
string
Returns
Relationship
Properties
properties
properties
:
Record
<
string
,
any
>
source
source
:
Node
target
target
:
Node
type
type
:
string
Methods
toJSON
toJSON
(
)
:
Serialized
Returns
Serialized
toJSONNot
Implemented
toJSONNot
Implemented
(
)
:
SerializedNotImplemented
Returns
SerializedNotImplemented
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
properties
source
target
type
Methods
toJSON
toJSONNot
Implemented
LangChain.js
Loading...