Preparing search index...
The search index is not available
LangChain.js - v0.1.35
LangChain.js
langchain/chains/query_constructor
QueryConstructorChainOptions
Type alias QueryConstructorChainOptions
Query
Constructor
Chain
Options
:
{
attributeInfo
:
AttributeInfo
[]
;
documentContents
:
string
;
llm
:
Toolkit
;
allowedComparators
?:
Comparator
[]
;
allowedOperators
?:
Operator
[]
;
examples
?:
Toolkit
[]
;
}
A type that represents options for the query constructor chain.
Type declaration
attribute
Info
:
AttributeInfo
[]
document
Contents
:
string
llm
:
Toolkit
Optional
allowed
Comparators
?:
Comparator
[]
Optional
allowed
Operators
?:
Operator
[]
Optional
examples
?:
Toolkit
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
LangChain.js - v0.1.35
Loading...
A type that represents options for the query constructor chain.