v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-core/structured_query
Operation
Class Operation
Class representing an operation filter directive. It extends the FilterDirective class.
Hierarchy (
view full
)
FilterDirective
Operation
Index
Constructors
constructor
Properties
expr
Name
operator
args?
Methods
accept
Constructors
constructor
new
Operation
(
operator
,
args
?
)
:
Operation
Parameters
operator
:
Operator
Optional
args
:
FilterDirective
[]
Returns
Operation
Properties
expr
Name
expr
Name
:
"Operation"
= ...
operator
operator
:
Operator
Optional
args
args
?:
FilterDirective
[]
Methods
accept
accept
(
visitor
)
:
object
Parameters
visitor
:
Visitor
<
VectorStore
>
Returns
object
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
expr
Name
operator
args
Methods
accept
LangChain.js - v0.2.10
Loading...
Class representing an operation filter directive. It extends the FilterDirective class.